commit | 8678a53099f255c1c9a12da4f156d97f87b0ac59 | [log] [tgz] |
---|---|---|
author | Taka Cho <tc012c@att.com> | Sun Aug 19 20:46:00 2018 -0400 |
committer | Taka Cho <tc012c@att.com> | Sun Aug 19 20:52:03 2018 -0400 |
tree | afbf439987ac9d1debfff54b5404f7acda628c1d | |
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>
diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml index 5bbdf69..7b7d4d3 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml
@@ -43,6 +43,10 @@ <type>xml</type> <classifier>features</classifier> </dependency> - + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + <version>1.60</version> + </dependency> </dependencies> </project>