Skip to content

Commit 162ffa0

Browse files
committed
fix dependencies
1 parent bec21cf commit 162ffa0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

runners/google-cloud-dataflow-java/worker/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ applyJavaNature(
151151
exclude "META-INF/LICENSE.txt"
152152
exclude "about.html"
153153
})
154-
155154
/******************************************************************************/
156155
// Configure the worker root project
157156

@@ -167,6 +166,11 @@ configurations {
167166

168167
dependencies {
169168
implementation enforcedPlatform(library.java.google_cloud_platform_libraries_bom)
169+
implementation library.java.gax
170+
implementation library.java.google_cloud_core
171+
implementation library.java.guava
172+
permitUnusedDeclared library.java.guava
173+
implementation library.java.protobuf_java
170174

171175
// Note that any dependency that is modified here should also be modified within
172176
// runners/google-cloud-dataflow-java/worker/build.gradle using the rules provided

0 commit comments

Comments
 (0)