From ff50c5c834f5ca4af9d3d9e5d4fa25566fc12ebe Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 10 Jul 2018 11:26:13 +0100 Subject: Fix apex-pdp logging issue apex-pdp logging was failing due to multiple slf4j bindings. Excluded the slf4j-log4j12 transitive dependency coming through zookeeper. Change-Id: I8745c349fecc89e4b3a84d8a79b1dc5bb47f89c8 Issue-ID: POLICY-866 Signed-off-by: ramverma --- .../plugins-context/context-locking/context-locking-curator/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/plugins-context/context-locking/context-locking-curator/pom.xml b/plugins/plugins-context/context-locking/context-locking-curator/pom.xml index 1094ced4e..220bfbae6 100644 --- a/plugins/plugins-context/context-locking/context-locking-curator/pom.xml +++ b/plugins/plugins-context/context-locking/context-locking-curator/pom.xml @@ -53,12 +53,16 @@ org.apache.zookeeper zookeeper 3.5.4-beta - + log4j log4j + + org.slf4j + slf4j-log4j12 + -- cgit 1.2.3-korg