You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (Jira)" <ji...@apache.org> on 2022/11/14 13:45:00 UTC

[jira] [Created] (OAK-9994) avoid leaking out transtive dependencies to Guava

Julian Reschke created OAK-9994:
-----------------------------------

             Summary: avoid leaking out transtive dependencies to Guava
                 Key: OAK-9994
                 URL: https://issues.apache.org/jira/browse/OAK-9994
             Project: Jackrabbit Oak
          Issue Type: Technical task
            Reporter: Julian Reschke
            Assignee: Julian Reschke


With Guava being a compile-scope dependency, we currently leak out a dependency to Guava 15 to any user of Oak. In particular, downstream projects might use Guava without having explicitly declared a dependency, and will get a narrow version scope (that is, for now 15).

If we change the scope to "provided", downstream users who do use Guava will have to declare their dependency explicitly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)