akashorabek commented on code in PR #30286:
URL: https://github.com/apache/beam/pull/30286#discussion_r1497368990


##########
it/google-cloud-platform/build.gradle:
##########
@@ -72,13 +73,16 @@ dependencies {
 
     testImplementation project(path: ":sdks:java:testing:test-utils")
     testImplementation project(path: ":sdks:java:io:google-cloud-platform")
+    testImplementation project(path: ":sdks:java:extensions:protobuf", 
configuration: "testRuntimeMigration")
     testImplementation project(path: ":sdks:java:io:synthetic")
     testImplementation library.java.mockito_inline
     testImplementation project(path: 
":sdks:java:extensions:google-cloud-platform-core", configuration: 
"testRuntimeMigration")
+    testImplementation project(path: ":runners:direct-java", configuration: 
"shadow")

Review Comment:
   Removed the "testRuntimeOnly" line. We are using some classes from this 
dependency and IDE couldn't locate those without "testImplementation". 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to