diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-09-16 17:31:01 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-16 15:31:46 +0000 |
commit | 05930e33a0d9e3ed935375734c7473034403b980 (patch) | |
tree | 589db6412e6fd6ec749e0844cfa61f5126793ea0 /ui-ci | |
parent | 01813434e92d27f302b3be8893e175cdb1217306 (diff) |
fix security vilation SONATYPE-2015-0002
Change-Id: I2e17918e6d7f1f4a2ec744f8f6c8df4ed3323611
Issue-ID: SDC-1717
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'ui-ci')
-rw-r--r-- | ui-ci/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 6745cc9390..5b23f4594f 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -140,6 +140,12 @@ <artifactId>titan-core</artifactId> <version>${titan.version}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> + </exclusions> </dependency> <dependency> |