summaryrefslogtreecommitdiffstats
path: root/catalog-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r--catalog-model/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 55c2a693a9..95c50e6dd6 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -174,6 +174,10 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -203,6 +207,10 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.cassandra</groupId>
+ <artifactId>cassandra-all</artifactId>
+ </exclusion>
</exclusions>
</dependency>