Skip to content

Commit

Permalink
[BEAM-1857] : Add Neo4jIO (gradle fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasters committed Feb 22, 2022
1 parent bbfa869 commit 407aa19
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions sdks/java/io/neo4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@ description = "Apache Beam :: SDKs :: Java :: IO :: Neo4j"
ext.summary = "IO to read from and write to Neo4j graphs"

dependencies {
compile project(path: ":sdks:java:core", configuration: "shadow")
compile "org.neo4j.driver:neo4j-java-driver:4.4.2"
compile library.java.slf4j_api
compile library.java.vendored_guava_26_0_jre
testCompile library.java.junit
testCompile library.java.hamcrest_core
testCompile library.java.hamcrest_library
testCompile project(path: ":sdks:java:io:common", configuration: "testRuntime")
testCompile project(path: ":sdks:java:testing:test-utils", configuration: "testRuntime")
implementation project(path: ":sdks:java:core", configuration: "shadow")
implementation "org.neo4j.driver:neo4j-java-driver:4.4.3"
implementation library.java.slf4j_api
implementation library.java.vendored_guava_26_0_jre
testImplementation library.java.junit
testImplementation library.java.hamcrest
testImplementation project(path: ":sdks:java:io:common", configuration: "testRuntimeMigration")
testImplementation project(path: ":sdks:java:testing:test-utils", configuration: "testRuntimeMigration")
testImplementation "org.testcontainers:neo4j:1.16.2"
testRuntimeOnly library.java.slf4j_jdk14
testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow")
testImplementation "org.testcontainers:neo4j:1.16.2"
}

0 comments on commit 407aa19

Please sign in to comment.