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 2022/07/12 22:38:20 UTC

[GitHub] [beam] kennknowles commented on a diff in pull request #17317: [BEAM-14117] Unvendor bytebuddy dependency

kennknowles commented on code in PR #17317:
URL: https://github.com/apache/beam/pull/17317#discussion_r919480587


##########
sdks/java/core/build.gradle:
##########
@@ -28,12 +28,17 @@ applyJavaNature(
     dependencies {
       include(dependency("org.apache.commons:.*"))
       include(dependency(library.java.antlr_runtime))
+      include(dependency(library.java.byte_buddy))

Review Comment:
   I don't think we should bundle bytebuddy in here, right? It should be a residual dependency that is resolved according to everyone's poms?



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org