summaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-09-06 18:16:24 +0300
committerMichael Lando <ml636r@att.com>2018-09-12 21:46:14 +0000
commit7678396a1df3122d80d838c958d857f03e2aefbb (patch)
tree83840e4a2b99412477ebf1c910c37f4ac6c49d32 /common-app-api/pom.xml
parent4ea0c4b514eed8d65849647955bfffa97559194a (diff)
fix security vilation SONATYPE-2015-0002
Change-Id: Ib526b8dfc3e7be9a2fc5d8ddfc3e32d2f0e4852f Issue-ID: SDC-1717 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 4b58258dc6..3b6731f17e 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -189,8 +189,20 @@
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.6</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
+ <dependency>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ <version>3.2.2</version>
+ </dependency>
+
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>