summaryrefslogtreecommitdiffstats
path: root/asdctool/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r--asdctool/pom.xml6
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 -->