kennknowles commented on code in PR #16846:
URL: https://github.com/apache/beam/pull/16846#discussion_r999851629
##########
sdks/java/io/google-cloud-platform/build.gradle:
##########
@@ -146,6 +147,7 @@ dependencies {
testImplementation library.java.powermock
testImplementation library.java.powermock_mockito
testImplementation library.java.joda_time
+ testImplementation library.java.google_cloud_spanner_test
Review Comment:
This is wrong. "test" dependencies indicate that they are _test suites_.
They are not for use as "test-related libraries". On a technical level, their
dependency resolution does not work that way and you just got lucky this worked.
"test" scope jars are just for when you want to actually run someone else's
tests
--
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]