From: liamfallon Date: Thu, 6 Jan 2022 14:37:41 +0000 (+0000) Subject: Exclude log4j test dependency X-Git-Tag: 2.6.2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0b7e14ab321c2da333f45e1a4f244de20ffe21ff;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: Ia48e4d844a5a4ce8a207dab38ea220f1c7a543d2 Signed-off-by: liamfallon --- diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 59d9068c9..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 +