From 76b6ff1ce84d4c2ab4518dd5f154083b91680245 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Sat, 18 Aug 2018 15:56:57 -0400 Subject: resolving logback-classic 1.13 from security issue cdp-pal and eelf are the jar using logback-classic 1.1.3. need to use exclusions option in pom file Issue-ID: APPC-1018 Change-Id: I00b41f9c366a5ead3f4205cd6fa6b9eb74599767 Signed-off-by: Taka Cho --- .../appc-rest-adapter/appc-rest-adapter-bundle/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml') diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml index b67b3bd5c..8c666b669 100644 --- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml +++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml @@ -66,6 +66,12 @@ cdp-pal-common compile ${cdp.pal.version} + + + ch.qos.logback + logback-classic + + @@ -73,6 +79,12 @@ cdp-pal-openstack compile ${cdp.pal.version} + + + com.att.cdp + cdp-pal-common + + -- cgit 1.2.3-korg