You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2019/07/16 15:37:00 UTC

[jira] [Created] (CAMEL-13751) camel-caffeine: exclude transitive dependencies not required

Luca Burgazzoli created CAMEL-13751:
---------------------------------------

             Summary: camel-caffeine: exclude transitive dependencies not required
                 Key: CAMEL-13751
                 URL: https://issues.apache.org/jira/browse/CAMEL-13751
             Project: Camel
          Issue Type: Bug
          Components: camel-caffeine-lrucache, camel-caffeine
            Reporter: Luca Burgazzoli
            Assignee: Luca Burgazzoli
             Fix For: 3.0.0.M5


For some reason [1], caffeine declares some additional dependencies that are not needed at runtime:

{code}
[INFO] +- com.github.ben-manes.caffeine:caffeine:jar:2.7.0:compile
[INFO] |  +- org.checkerframework:checker-qual:jar:2.6.0:compile
[INFO] |  \- com.google.errorprone:error_prone_annotations:jar:2.3.3:compile
{code}

So we can get rid of them

[1] https://github.com/ben-manes/caffeine/issues/300



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)