diff options
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index a811093d2a..175e45b19e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -146,8 +146,12 @@ limitations under the License. <scope>test</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> <artifactId>slf4j-log4j12</artifactId> |