diff options
author | Taka Cho <tc012c@att.com> | 2018-08-19 20:46:00 -0400 |
---|---|---|
committer | Taka Cho <tc012c@att.com> | 2018-08-19 20:52:03 -0400 |
commit | 8678a53099f255c1c9a12da4f156d97f87b0ac59 (patch) | |
tree | afbf439987ac9d1debfff54b5404f7acda628c1d /appc-outbound/appc-network-inventory-client/features/src/main | |
parent | 58296da28e654d53f0d48f67bcb61187a2b603d3 (diff) |
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 <tc012c@att.com>
Diffstat (limited to 'appc-outbound/appc-network-inventory-client/features/src/main')
-rw-r--r-- | appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <feature>ccsdk-sli</feature> <bundle>mvn:commons-lang/commons-lang/2.6</bundle> - <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle> + <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle> <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle> <bundle>mvn:com.sun.jersey/jersey-client/1.17</bundle> <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle> |