Skip to content

Commit

Permalink
Remove unecessary dependencies from Cypher client
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitry Solovyov <dimitry@solovyov.lv>
  • Loading branch information
disolovyov committed Apr 19, 2018
1 parent 4fc1076 commit 8d26a03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ project(':tinkerpop:tinkerpop-common') {
dependencies {
compile project(':translation')

compile("org.apache.tinkerpop:gremlin-server:${tinkerpopVersion}") {
compile("org.apache.tinkerpop:gremlin-driver:${tinkerpopVersion}") {
exclude group: 'org.codehaus.groovy'
}
}
Expand All @@ -152,9 +152,7 @@ project(':tinkerpop:cypher-gremlin-server-client') {
dependencies {
compile project(':tinkerpop:tinkerpop-common')

compile("org.apache.tinkerpop:gremlin-driver:${tinkerpopVersion}") {
exclude group: 'org.codehaus.groovy'
}
compile("org.apache.tinkerpop:tinkergraph-gremlin:${tinkerpopVersion}")
}
}

Expand Down

0 comments on commit 8d26a03

Please sign in to comment.