diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-10-10 16:39:59 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-10 14:36:25 +0000 |
commit | 96dbee39fe3e28d32de08617f43c652a544933a7 (patch) | |
tree | 4b971fb74f5b7f42af1e5385dabee606d6fc974b /ui-ci/pom.xml | |
parent | 3504f84909d1ee1963931e63bed694a533a84cd3 (diff) |
fix security vilation CVE-2015-3253
Change-Id: Ibce54fed7786183c40d85293257d831a8b8fbbbb
Issue-ID: SDC-1715
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 7d2b6af5f1..c5b5b09c1b 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -155,6 +155,10 @@ <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> + <exclusion> + <artifactId>groovy</artifactId> + <groupId>org.codehaus.groovy</groupId> + </exclusion> </exclusions> </dependency> |