From 397ed3cb307be21d9ca50ed885748fdd035d9a8f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 25 Jan 2022 12:22:59 +0000 Subject: Update to SECCOM recommended dependencies SECCOM has issued a directive on which dependencies should be used, see this wiki page: https://wiki.onap.org/display/SV/Jakarta+Policy This is the policy parent review to comply with the SECCOM directive. Zookeeper is added as a test dependency, it is no longer pulled in as a transitive dependency by Kafka. Issue-ID: POLICY-3849a Change-Id: Id721807d2ff194cc6c1aa78f88d911bddce5a458 Signed-off-by: liamfallon --- .../integration/integration-uservice-test/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'testsuites/integration/integration-uservice-test') diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 5b4152dec..d852ad1b5 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -173,6 +173,23 @@ + + org.apache.zookeeper + zookeeper + 3.7.0 + test + + + + io.netty + * + + + org.slf4j + slf4j-log4j12 + + + io.netty -- cgit 1.2.3-korg