Skip to content

Commit

Permalink
Change driver dependency to compile only
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 authored and JMHReif committed Feb 23, 2022
1 parent 163b246 commit 448c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
// compile group: 'commons-codec', name: 'commons-codec', version: '1.14'
compile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'
compile group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.9'
compile group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '4.0.0'
compileOnly group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '4.0.0'
compile group: 'com.novell.ldap', name: 'jldap', version: '2009-10-07'

antlr "org.antlr:antlr4:4.7.2", {
Expand Down

0 comments on commit 448c274

Please sign in to comment.