diff options
author | Taka Cho <tc012c@att.com> | 2018-02-23 21:30:06 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-27 17:49:18 +0000 |
commit | ff286ea030490eef3d57df78eb5c92c1ea7b8ea6 (patch) | |
tree | 249a5315c2500d49a789f29e1a19815114c971dc /appc-config/appc-config-generator | |
parent | 223970340047bee364489ab06cfbfb9e413694e7 (diff) |
security issue: commons-collections
Change-Id: I74a56640065ae6c6a470835ab1022ed0f266fc09
Issue-ID: APPC-665
Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-config/appc-config-generator')
-rw-r--r-- | appc-config/appc-config-generator/provider/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/appc-config/appc-config-generator/provider/pom.xml b/appc-config/appc-config-generator/provider/pom.xml index 910ac6d85..50a016608 100644 --- a/appc-config/appc-config-generator/provider/pom.xml +++ b/appc-config/appc-config-generator/provider/pom.xml @@ -73,7 +73,18 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> - </dependency> + <exclusions> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> <dependency> <groupId>com.att.eelf</groupId> |