diff options
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 1ade155d1a..bacdda38fd 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -474,8 +474,12 @@ <scope>compile</scope> <exclusions> <exclusion> + <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-groovy</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.tinkerpop</groupId> + <artifactId>gremlin-core</artifactId> </exclusion> <exclusion> <groupId>org.json</groupId> |