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 /asdctool | |
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 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 424bd595a7..acaf482ad0 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -279,6 +279,12 @@ <artifactId>gremlin-groovy</artifactId> <version>3.0.1-incubating</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>groovy</artifactId> + <groupId>org.codehaus.groovy</groupId> + </exclusion> + </exclusions> </dependency> <!-- TITAN end --> |