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-healthcheck-adapter-bundle/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'appc-adapters/appc-rest-healthcheck-adapter') diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml index 8361f466b..054f7fbf6 100644 --- a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/pom.xml @@ -72,12 +72,24 @@ com.att.cdp cdp-pal-common compile + + + ch.qos.logback + logback-classic + + com.att.cdp cdp-pal-openstack compile + + + com.att.cdp + cdp-pal-common + + -- cgit 1.2.3-korg