shehzaadn-vd commented on a change in pull request #13686:
URL: https://github.com/apache/beam/pull/13686#discussion_r574955593
##########
File path: sdks/java/extensions/zetasketch/build.gradle
##########
@@ -32,6 +33,7 @@ dependencies {
compile library.java.slf4j_api
compile library.java.vendored_guava_26_0_jre
compile project(path: ":sdks:java:core", configuration: "shadow")
+ compile "com.google.auto.value:auto-value-annotations:1.6.3"
Review comment:
Same kind of thing as the comment i added for
sdks/java/extensions/ml/build.gradle. Here there is a runtime dependency on
"com.google.auto.value:auto-value-annotations:1.6.3" via
"com.google.zetasketch:zetasketch:0.1.0"
```
\--- com.google.zetasketch:zetasketch:0.1.0
+--- com.google.auto.value:auto-value-annotations:1.6.3
+--- com.google.code.findbugs:jsr305:3.0.2
+--- com.google.errorprone:error_prone_annotations:2.3.2 -> 2.3.1
+--- it.unimi.dsi:fastutil:8.2.2
\--- org.checkerframework:checker-qual:2.8.1 -> 3.7.0
```
----------------------------------------------------------------
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]