You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Aviem Zur (JIRA)" <ji...@apache.org> on 2017/03/13 20:48:41 UTC

[jira] [Created] (BEAM-1706) Ban Guava as a transitive dependency

Aviem Zur created BEAM-1706:
-------------------------------

             Summary: Ban Guava as a transitive dependency
                 Key: BEAM-1706
                 URL: https://issues.apache.org/jira/browse/BEAM-1706
             Project: Beam
          Issue Type: Improvement
          Components: build-system
            Reporter: Aviem Zur
            Assignee: Aviem Zur


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 repackage them).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)