summaryrefslogtreecommitdiffstats
path: root/catalog-model
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-07-26 15:01:06 +0100
committerMichael Morris <michael.morris@est.tech>2021-07-27 08:06:06 +0000
commitb65fcbf6928b13600e7764b9f37ba039cb64b6c9 (patch)
tree9f3beab8311ccc1c19fd33ad8b13f5e715df8483 /catalog-model
parent389eb1656860a8cc2cd0f2cc78c8ed813810b07e (diff)
Remove dependency vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Id6f1a33b86369b54af70094686d3a15d4dca3b15 Issue-ID: SDC-3572
Diffstat (limited to 'catalog-model')
-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>