From 50a5206ef80cd293b69a24e967cf901115b46d33 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 6 Jan 2022 14:32:33 +0000 Subject: 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 --- testsuites/integration/integration-uservice-test/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (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 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 + -- cgit 1.2.3-korg