Skip to content

Commit

Permalink
[BEAM-5875] Fix scope of dependency ensuring that it is packaged with…
Browse files Browse the repository at this point in the history
…in the jar. (#6894)
  • Loading branch information
lukecwik committed Oct 31, 2018
1 parent 3030f79 commit 4e786b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/java/testing/test-utils/build.gradle
Expand Up @@ -23,7 +23,7 @@ description = "Apache Beam :: SDKs :: Java :: Test Utils"

dependencies {
shadow project(path: ":beam-sdks-java-core", configuration: "shadow")
shadow library.java.guava
compile library.java.guava

shadowTest library.java.junit
shadowTest library.java.mockito_core
Expand Down

0 comments on commit 4e786b0

Please sign in to comment.