From 9aef1231359278f1827d7523afd3369935b89f5b Mon Sep 17 00:00:00 2001 From: vasraz Date: Sat, 20 Aug 2022 18:12:07 +0100 Subject: [PATCH] Remove vulnerable dependency Remove/update org.apache.tinkerpop:gremlin-core Signed-off-by: Vasyl Razinkov Change-Id: Id41e2d0d089e5071c9923297c55bf31d9a57189f Issue-ID: SDC-4017 --- asdctool/pom.xml | 4 ++++ catalog-be/pom.xml | 4 ++++ catalog-dao/pom.xml | 9 +++++++++ catalog-model/pom.xml | 6 +++++- integration-tests/pom.xml | 4 ++++ 5 files changed, 26 insertions(+), 1 deletion(-) diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 2559a9fe5e..fd059438b1 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -304,8 +304,12 @@ compile + org.apache.tinkerpop gremlin-groovy + + org.apache.tinkerpop + gremlin-core org.json diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 1ade155d1a..bacdda38fd 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -474,8 +474,12 @@ compile + org.apache.tinkerpop gremlin-groovy + + org.apache.tinkerpop + gremlin-core org.json diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 1bb9c95ce2..e2a1effc57 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -285,6 +285,11 @@ Modifications copyright (c) 2018 Nokia test + + org.apache.tinkerpop + gremlin-core + 3.4.13 + org.janusgraph janusgraph-core @@ -292,8 +297,12 @@ Modifications copyright (c) 2018 Nokia provided + org.apache.tinkerpop gremlin-groovy + + org.apache.tinkerpop + gremlin-core org.json diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 9fcc01c4e8..1c37f0d935 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -189,8 +189,12 @@ provided - gremlin-groovy org.apache.tinkerpop + gremlin-core + + + org.apache.tinkerpop + gremlin-groovy org.json diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index a811093d2a..175e45b19e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -146,8 +146,12 @@ limitations under the License. test + org.apache.tinkerpop gremlin-groovy + + org.apache.tinkerpop + gremlin-core slf4j-log4j12 -- 2.16.6