From 0b7e14ab321c2da333f45e1a4f244de20ffe21ff Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 6 Jan 2022 14:37:41 +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: Ia48e4d844a5a4ce8a207dab38ea220f1c7a543d2 Signed-off-by: liamfallon --- testsuites/integration/integration-uservice-test/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 + -- cgit 1.2.3-korg