damondouglas commented on code in PR #25420:
URL: https://github.com/apache/beam/pull/25420#discussion_r1106166302
##########
sdks/java/io/csv/build.gradle:
##########
@@ -31,4 +31,5 @@ dependencies {
testImplementation project(path: ":sdks:java:core", configuration:
"shadowTest")
testImplementation library.java.junit
testRuntimeOnly project(path: ":runners:direct-java", configuration:
"shadow")
+ testImplementation project(path: ":sdks:java:io:common", configuration:
"testRuntimeMigration")
Review Comment:
@Abacn Thank you so much for reviewing. FYI `testImplementation
project(path: ":sdks:java:io:common")` causes: `error: package
org.apache.beam.sdk.io.common does not exist`
--
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]