summaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index f7e458973e..a90f5f2abb 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -405,6 +405,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>
<!-- CASSANDRA -->