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-outbound/appc-aai-client/provider/pom.xml | 17 ++++++++++++++--- .../appc-network-inventory-client/provider/pom.xml | 11 +++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) (limited to 'appc-outbound') diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index 126e46136..11d42210c 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -60,14 +60,24 @@ commons-io 2.5 - + org.apache.commons commons-lang3 - + + ch.qos.logback + logback-classic + ${logback.version} + com.att.eelf eelf-core + + + ch.qos.logback + logback-classic + + @@ -135,7 +145,8 @@ org.onap.appc.aai.client org.onap.appc.aai.client.AppcAaiClientActivator org.onap.appc.aai.client,org.onap.appc.aai.client.* - * + groovy.lang;resolution:=optional, + org.codehaus.groovy.*;resolution:=optional,* * eelf-core,logback-core,logback-classic diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index e2edfbac2..b91cbe6d7 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -48,9 +48,20 @@ commons-io commons-io + + ch.qos.logback + logback-classic + ${logback.version} + com.att.eelf eelf-core + + + ch.qos.logback + logback-classic + + com.sun.jersey -- cgit 1.2.3-korg