diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-07-26 15:01:06 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-07-27 08:06:06 +0000 |
commit | b65fcbf6928b13600e7764b9f37ba039cb64b6c9 (patch) | |
tree | 9f3beab8311ccc1c19fd33ad8b13f5e715df8483 /asdctool | |
parent | 389eb1656860a8cc2cd0f2cc78c8ed813810b07e (diff) |
Remove dependency vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Id6f1a33b86369b54af70094686d3a15d4dca3b15
Issue-ID: SDC-3572
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 5ad047e124..400ce67d67 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -311,10 +311,20 @@ <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> <dependency> + <groupId>org.dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>${org.dom4j.version}</version> + </dependency> + + <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>${json-simple.version}</version> @@ -343,6 +353,10 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.cassandra</groupId> + <artifactId>cassandra-all</artifactId> + </exclusion> </exclusions> </dependency> |