Abacn commented on code in PR #30193:
URL: https://github.com/apache/beam/pull/30193#discussion_r1476246957


##########
sdks/java/harness/build.gradle:
##########
@@ -91,7 +91,7 @@ dependencies {
   testImplementation library.java.junit
   testImplementation library.java.mockito_core
   shadowTestRuntimeClasspath project(path: ":sdks:java:core", configuration: 
"shadowTest")
-  testImplementation project(path: ":sdks:java:fn-execution", configuration: 
"testRuntimeMigration")
+  testImplementation project(path: ":sdks:java:core", configuration: 
"testRuntimeMigration")

Review Comment:
   Yeah `testRuntimeMigration` was introduced in #16307 (upgrade gradle 6->7) 
to replace the removed `testRuntime`. It should be either `testRuntimeOnly` or 
`testImplementation`. However, the followup never finished



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to