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-core/appc-common-bundle/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'appc-core/appc-common-bundle') diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index 0f72a1620..07300f53f 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -30,9 +30,20 @@ + + ch.qos.logback + logback-classic + ${logback.version} + com.att.eelf eelf-core + + + ch.qos.logback + logback-classic + + org.slf4j @@ -157,4 +168,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg