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 /asdctool/pom.xml | |
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 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 010edceea9..e1feb7f630 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -218,6 +218,12 @@ <artifactId>commons-configuration</artifactId> <version>1.6</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> + </exclusions> </dependency> <!-- TITAN --> @@ -235,6 +241,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> </exclusions> </dependency> |