Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
exclude dom4j
  • Loading branch information
cbeer committed Jun 20, 2013
1 parent a1e99b8 commit 27340b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fcrepo-http-commons/pom.xml
Expand Up @@ -147,6 +147,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -450,6 +450,7 @@
<exclude>org.slf4j:slf4j-nop</exclude>
<exclude>org.slf4j:slf4j-simple</exclude>
<exclude>org.apache.cxf</exclude>
<exclude>dom4j:dom4j</exclude>
</excludes>
</bannedDependencies>
</rules>
Expand Down

0 comments on commit 27340b3

Please sign in to comment.