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 16:00:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Burgazzoli resolved CAMEL-13751.
-------------------------------------
    Resolution: Fixed

> 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, camel-caffeine-lrucache
>            Reporter: Luca Burgazzoli
>            Assignee: Luca Burgazzoli
>            Priority: Minor
>             Fix For: 3.0.0.M5
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)