Skip to content

Commit

Permalink
Fixes neo4j-contrib#2215: Unable to bring database up in Neo4j 4.3.2 …
Browse files Browse the repository at this point in the history
…using the `expand-commands' with APOC jar in the plugins directory
  • Loading branch information
vga91 committed Mar 17, 2022
1 parent 88c7dac commit 4ab2153
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ dependencies {
testImplementation group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0'

testImplementation 'net.sourceforge.jexcelapi:jxl:2.6.12'

implementation(group: 'org.apache.commons', name: 'commons-lang3') {
version {
strictly '3.12.0'
}
}

compileOnly group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.11.270'
testImplementation group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.11.270'
Expand Down

0 comments on commit 4ab2153

Please sign in to comment.