File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
runners/google-cloud-dataflow-java/worker Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
168167dependencies {
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
You can’t perform that action at this time.
0 commit comments