You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/11 17:53:22 UTC

[GitHub] [beam] apilloud commented on a change in pull request #13959: [BEAM-11794] Fixes a checkstyle error in UdfTestProvider

apilloud commented on a change in pull request #13959:
URL: https://github.com/apache/beam/pull/13959#discussion_r574707021



##########
File path: sdks/java/extensions/sql/udf-test-provider/build.gradle
##########
@@ -30,5 +30,5 @@ project.ext.jarPath = jar.archivePath
 dependencies {
   // No dependency (direct or transitive) on :sdks:java:core.
   compile project(":sdks:java:extensions:sql:udf")
-  compile library.java.guava
+  compile library.java.vendored_guava_26_0_jre

Review comment:
       This is a test, so I think it can safely depend on either. It might be easiest to just remove the guava dependency.




----------------------------------------------------------------
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:
users@infra.apache.org