aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-yang-generator
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-02-23 21:30:06 -0500
committerPatrick Brady <pb071s@att.com>2018-02-27 17:49:18 +0000
commitff286ea030490eef3d57df78eb5c92c1ea7b8ea6 (patch)
tree249a5315c2500d49a789f29e1a19815114c971dc /appc-sdc-listener/appc-yang-generator
parent223970340047bee364489ab06cfbfb9e413694e7 (diff)
security issue: commons-collections
Change-Id: I74a56640065ae6c6a470835ab1022ed0f266fc09 Issue-ID: APPC-665 Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-sdc-listener/appc-yang-generator')
-rw-r--r--appc-sdc-listener/appc-yang-generator/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml
index 413698ff9..0c45afb5d 100644
--- a/appc-sdc-listener/appc-yang-generator/pom.xml
+++ b/appc-sdc-listener/appc-yang-generator/pom.xml
@@ -48,6 +48,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
+ <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>org.opendaylight.yangtools</groupId>
@@ -94,4 +105,4 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</plugins>
</build>
-</project> \ No newline at end of file
+</project>