diff options
Diffstat (limited to 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 27e40bf1f4..a9f9babe91 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -139,6 +139,10 @@ <scope>provided</scope> <exclusions> <exclusion> + <artifactId>gremlin-groovy</artifactId> + <groupId>org.apache.tinkerpop</groupId> + </exclusion> + <exclusion> <groupId>org.json</groupId> <artifactId>json</artifactId> </exclusion> |