summaryrefslogtreecommitdiffstats
path: root/catalog-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r--catalog-model/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 9fcc01c4e8..1c37f0d935 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -189,8 +189,12 @@
<scope>provided</scope>
<exclusions>
<exclusion>
- <artifactId>gremlin-groovy</artifactId>
<groupId>org.apache.tinkerpop</groupId>
+ <artifactId>gremlin-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.tinkerpop</groupId>
+ <artifactId>gremlin-groovy</artifactId>
</exclusion>
<exclusion>
<groupId>org.json</groupId>