diff options
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 2559a9fe5e..fd059438b1 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -304,8 +304,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> |