diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-09-06 18:16:24 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-12 21:46:14 +0000 |
commit | 7678396a1df3122d80d838c958d857f03e2aefbb (patch) | |
tree | 83840e4a2b99412477ebf1c910c37f4ac6c49d32 /common-app-api | |
parent | 4ea0c4b514eed8d65849647955bfffa97559194a (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')
-rw-r--r-- | common-app-api/pom.xml | 12 |
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> |