From: liamfallon Date: Thu, 6 Jan 2022 14:32:33 +0000 (+0000) Subject: Exclude log4j test dependency X-Git-Tag: 2.7.1~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=50a5206ef80cd293b69a24e967cf901115b46d33;p=policy%2Fapex-pdp.git Exclude log4j test dependency There is a transitive test dependency in apex-pdp on log4j, doesn't show up in the CLM reports (because it is a test dependency). Removing the dependency. Issue-ID: POLICY-3862 Change-Id: Ic9121cf4405678efcf805f711ccb9f36269178d3 Signed-off-by: liamfallon --- diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index ad7f1acd8..5b4152dec 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -1,7 +1,7 @@ @@ -167,6 +167,10 @@ io.netty * + + log4j + log4j +