[
https://issues.apache.org/jira/browse/CURATOR-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17017567#comment-17017567
]
Bernardo Gomez Palacio commented on CURATOR-555:
------------------------------------------------
Based on https://cwiki.apache.org/confluence/display/CURATOR/TN13 it looks like
this will always be the case. Users can pin to the specific version they
need/want.
> Curator Client leaks the com.google.guava:guava regardless of it being shaded.
> ------------------------------------------------------------------------------
>
> Key: CURATOR-555
> URL: https://issues.apache.org/jira/browse/CURATOR-555
> Project: Apache Curator
> Issue Type: Bug
> Components: Client
> Affects Versions: 4.2.0
> Reporter: Bernardo Gomez Palacio
> Priority: Major
>
> The curator-client leaks the {{com.google.guava:guava}} regardless of it
> being shaded within the artifact.
> {code:xml|title=https://search.maven.org/remotecontent?filepath=org/apache/curator/curator-client/4.2.0/curator-client-4.2.0.pom}
> <dependency>
> <groupId>com.google.guava</groupId>
> <artifactId>guava</artifactId>
> </dependency>
> {code}
> Note that since {{curator-client}} 4.2.0 was moved to Guava 27.0.1 as pat of
> CURATOR-502 this can cause problems for projects which depend on older
> versions of Guava but get upgraded by the transitive dependency to 27.0.1.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)