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/06/03 17:20:22 UTC

[GitHub] [beam] kennknowles opened a new issue, #18309: Ban Guava as a transitive dependency

kennknowles opened a new issue, #18309:
URL: https://github.com/apache/beam/issues/18309

   Leaks of Guava dependencies to users can cause conflicts since provided dependencies may rely on different versions of Guava.
   Configure Maven enforcer plugin to ban Guava as a transitive dependency.
   This will force our modules to explicitly declare all Guava dependencies (And we'll shade and relocate them).
   
   Consider using [Maven Enforcer Plugin](http://maven.apache.org/enforcer/enforcer-rules/banTransitiveDependencies.html)
   
   Imported from Jira [BEAM-1706](https://issues.apache.org/jira/browse/BEAM-1706). Original Jira may contain additional context.
   Reported by: aviemzur.


-- 
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.apache.org

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