Skip to content

Commit

Permalink
Fix test dependency direct-java configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Jul 1, 2024
1 parent 25840d2 commit 2c48bf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/java/io/sparkreceiver/2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ dependencies {
compileOnly "org.scala-lang:scala-library:2.11.12"
testImplementation library.java.junit
testImplementation library.java.testcontainers_rabbitmq
testImplementation project(path: ":runners:direct-java", configuration: "shadow")
testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow")
testRuntimeOnly library.java.slf4j_simple
testImplementation project(":sdks:java:io:synthetic")
testImplementation project(path: ":sdks:java:io:common")
testImplementation project(path: ":sdks:java:testing:test-utils")
Expand Down

0 comments on commit 2c48bf3

Please sign in to comment.