From 8678a53099f255c1c9a12da4f156d97f87b0ac59 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Sun, 19 Aug 2018 20:46:00 -0400 Subject: fixing common-collection 3.2.1 security issue changed pom.xml and features.xml to keep common-collection to 3.2.2 Change-Id: I3ccd44d61f2e58edae9de6d7042cdb752bbd73cb Issue-ID: APPC-1018 Signed-off-by: Taka Cho --- .../features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-outbound/appc-network-inventory-client/features/src') diff --git a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml index 276a275a2..0effc0d4c 100644 --- a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml @@ -36,7 +36,7 @@ ccsdk-sli mvn:commons-lang/commons-lang/2.6 - mvn:commons-collections/commons-collections/${common.collections.version} + mvn:commons-collections/commons-collections/3.2.2 wrap:mvn:com.att.eelf/eelf-core/${eelf.version} mvn:com.sun.jersey/jersey-client/1.17 mvn:ch.qos.logback/logback-core/${logback.version} -- cgit 1.2.3-korg