diff options
Diffstat (limited to 'champ-lib/champ-janus')
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 10f0d99..f17de33 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -80,6 +80,10 @@ limitations under the License. <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-groovy</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> |