aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-08-20 18:12:07 +0100
committerMichael Morris <michael.morris@est.tech>2022-08-26 09:05:15 +0000
commit9aef1231359278f1827d7523afd3369935b89f5b (patch)
tree6a521ab792e6bd5a1d802ed6307c13f82f7b6146 /integration-tests
parent12af6a010abc5e12030933e9d192ed712dfc99cb (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 'integration-tests')
-rw-r--r--integration-tests/pom.xml4
1 files changed, 4 insertions, 0 deletions
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.
<scope>test</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>
<artifactId>slf4j-log4j12</artifactId>