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-directed-graph/pom.xml | |
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-directed-graph/pom.xml')
-rw-r--r-- | appc-directed-graph/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/appc-directed-graph/pom.xml b/appc-directed-graph/pom.xml index 567e6e880..ec0aaeca1 100644 --- a/appc-directed-graph/pom.xml +++ b/appc-directed-graph/pom.xml @@ -43,7 +43,7 @@ <snakeyaml.version>1.12</snakeyaml.version> <velocity.version>1.7</velocity.version> <jettison.version>1.3.7</jettison.version> - <common.collections.version>3.2.1</common.collections.version> + <commons.collections.version>3.2.2</commons.collections.version> <common.io.version>2.5</common.io.version> <tosca.datatype.version>1.1.0</tosca.datatype.version> <licenseDir>${project.parent.basedir}</licenseDir> @@ -92,6 +92,17 @@ <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>${velocity.version}</version> + <exclusions> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>{commons.collections.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> |