diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-07 16:33:06 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-07 16:33:10 +0100 |
commit | d0a0ff83aaeccbb16e92b1f09c0160e84e4f8340 (patch) | |
tree | 5d594d60e79cc4cffb1463086c6e85206ce3292b /testsuites | |
parent | d2be27372c1e3efb76e2edd648bcfab8945ea51f (diff) |
Remove unused dependencies
Issue-ID: POLICY-4070
Change-Id: I2138dc4adb10227add14f22275427340fb71c426
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'testsuites')
-rw-r--r-- | testsuites/integration/integration-uservice-test/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index a53555f98..b31c05ede 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -125,24 +125,6 @@ <artifactId>kafka_2.12</artifactId> <version>${version.kafka}</version> <scope>test</scope> - <exclusions> - <!-- The default Zookeeper version in Kafka has vulnerabilities --> - <exclusion> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - </exclusion> - <!-- The default jackson module doesn't support the new jackson databind --> - <exclusion> - <groupId>com.fasterxml.jackson.module</groupId> - <artifactId>jackson-module-scala_2.12</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.module</groupId> - <artifactId>jackson-module-scala_2.12</artifactId> - <version>${version.jackson}</version> - <scope>test</scope> </dependency> <dependency> <groupId>com.salesforce.kafka.test</groupId> |