diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-08-20 18:12:07 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-08-26 09:05:15 +0000 |
commit | 9aef1231359278f1827d7523afd3369935b89f5b (patch) | |
tree | 6a521ab792e6bd5a1d802ed6307c13f82f7b6146 /catalog-dao | |
parent | 12af6a010abc5e12030933e9d192ed712dfc99cb (diff) |
Remove vulnerable dependency
Remove/update org.apache.tinkerpop:gremlin-core
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Id41e2d0d089e5071c9923297c55bf31d9a57189f
Issue-ID: SDC-4017
Diffstat (limited to 'catalog-dao')
-rw-r--r-- | catalog-dao/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -286,14 +286,23 @@ Modifications copyright (c) 2018 Nokia </dependency> <dependency> + <groupId>org.apache.tinkerpop</groupId> + <artifactId>gremlin-core</artifactId> + <version>3.4.13</version> + </dependency> + <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> <version>${janusgraph.version}</version> <scope>provided</scope> <exclusions> <exclusion> + <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-groovy</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.tinkerpop</groupId> + <artifactId>gremlin-core</artifactId> </exclusion> <exclusion> <groupId>org.json</groupId> |