From: ramverma Date: Tue, 10 Jul 2018 10:26:13 +0000 (+0100) Subject: Fix apex-pdp logging issue X-Git-Tag: 2.0.0~96^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ff50c5c834f5ca4af9d3d9e5d4fa25566fc12ebe;p=policy%2Fapex-pdp.git 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 --- 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 +