kennknowles commented on a change in pull request #14879:
URL: https://github.com/apache/beam/pull/14879#discussion_r638817397
##########
File path:
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/data/PCollectionConsumerRegistry.java
##########
@@ -18,6 +18,7 @@
package org.apache.beam.fn.harness.data;
import com.google.auto.value.AutoValue;
+import com.google.common.collect.ImmutableList;
Review comment:
Use our vendored guava. Caught by dependency analysis:
```
06:58:02 Execution failed for task
':sdks:java:harness:analyzeClassesDependencies'.
06:58:02 > Dependency analysis found issues.
06:58:02 usedUndeclaredArtifacts:
06:58:02 - com.google.guava:guava:30.1-jre@jar
06:58:02
```
And this is also the checkstyle failure.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]