From: liamfallon Date: Tue, 18 Jan 2022 10:39:06 +0000 (+0000) Subject: Update to SECCOM recommended dependencies X-Git-Tag: 2.7.1~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5cd5e12a432732068c7c624c5ab1d7bf58e85b3d;p=policy%2Fapex-pdp.git 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-3849 Change-Id: Id504b308cd4e806e9e2e9489842abf1a7f93b9dc Signed-off-by: liamfallon --- diff --git a/pom.xml b/pom.xml index 5471367b8..02dd80788 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ UTF-8 UTF-8 1.4 - 2.3.0 + 3.0.0 5.3.7.Final 1.10.1-SNAPSHOT 2.6.1-SNAPSHOT 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