kennknowles commented on code in PR #30193:
URL: https://github.com/apache/beam/pull/30193#discussion_r1476233448
##########
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:
It looks like `testRuntimeMigration` is an intermediate configuration that
should have been finished and deleted, perhaps. So it might be weird. Do you
know about it?
--
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]