From 28da5021fad45b2c4da1bd1b7db794863e5ef7f3 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 17 Sep 2018 12:52:55 -0700 Subject: Remove logback 1.1.3 security issue cdp-pal and eelf are the dependencies using logback-classic 1.1.3. Need to use exclusions option in pom file Change-Id: Id8f5817ec955e2b7b486bc0215c35541086606aa Signed-off-by: Patrick Brady Issue-ID: APPC-1018 --- .../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