From b65fcbf6928b13600e7764b9f37ba039cb64b6c9 Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 26 Jul 2021 15:01:06 +0100 Subject: [PATCH] Remove dependency vulnerability Signed-off-by: Vasyl Razinkov Change-Id: Id6f1a33b86369b54af70094686d3a15d4dca3b15 Issue-ID: SDC-3572 --- asdctool/pom.xml | 14 ++++++++++++++ catalog-be/pom.xml | 8 ++++++++ catalog-dao/pom.xml | 4 ++++ catalog-fe/pom.xml | 4 ++++ catalog-model/pom.xml | 8 ++++++++ common-app-api/pom.xml | 2 +- integration-tests/pom.xml | 16 ++++------------ pom.xml | 2 +- 8 files changed, 44 insertions(+), 14 deletions(-) diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 5ad047e124..400ce67d67 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -311,9 +311,19 @@ commons-codec commons-codec + + dom4j + dom4j + + + org.dom4j + dom4j + ${org.dom4j.version} + + com.googlecode.json-simple json-simple @@ -343,6 +353,10 @@ org.hibernate hibernate-validator + + org.apache.cassandra + cassandra-all + diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index bf56d4d3c9..666b58aa3c 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -420,6 +420,10 @@ commons-codec commons-codec + + dom4j + dom4j + @@ -545,6 +549,10 @@ commons-fileupload commons-fileupload + + org.apache.xmlgraphics + xmlgraphics-commons + diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 4a2baa9d19..e74a1094a9 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -289,6 +289,10 @@ Modifications copyright (c) 2018 Nokia commons-codec commons-codec + + dom4j + dom4j + diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 5e950a0b40..05473627ab 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -284,6 +284,10 @@ commons-fileupload commons-fileupload + + org.apache.xmlgraphics + xmlgraphics-commons + 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 @@ commons-codec commons-codec + + dom4j + dom4j + @@ -203,6 +207,10 @@ org.hibernate hibernate-validator + + org.apache.cassandra + cassandra-all + diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 019f5918cc..87c89d99cb 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -35,7 +35,7 @@ esapi - org.hibernate + org.hibernate.validator hibernate-validator diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 7a544eab78..24676c9afa 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -77,18 +77,6 @@ limitations under the License. ${hamcrest.version} test - - junit - junit - ${junit.version} - test - - - org.hamcrest - hamcrest-core - - - org.testng testng @@ -159,6 +147,10 @@ limitations under the License. commons-codec commons-codec + + dom4j + dom4j + diff --git a/pom.xml b/pom.xml index c5c7a97642..02476bebae 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ Modifications copyright (c) 2018-2019 Nokia 3.4.3 2.2.0.0 + 2.1.3 2.12.1 @@ -127,7 +128,6 @@ Modifications copyright (c) 2018-2019 Nokia 3.7.7 ${mockito.version} 1.35 - 4.13.1 1.7.1 5.7.0 3.16.0 -- 2.16.6