damccorm commented on code in PR #24308:
URL: https://github.com/apache/beam/pull/24308#discussion_r1029319073
##########
sdks/java/testing/expansion-service/build.gradle:
##########
@@ -27,6 +27,7 @@ ext.summary = """Testing Expansion Service used for executing
cross-language tra
dependencies {
+ implementation project(":sdks:java:extensions:google-cloud-platform-core")
Review Comment:
```suggestion
implementation project(":sdks:java:extensions:google-cloud-platform-core")
permitUnusedDeclared ":sdks:java:extensions:google-cloud-platform-core"
```
Not 100% sure if this is the right way to do this, but we need something to
satisfy the dependency analyzer in Java Precommit
--
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]