[
https://issues.apache.org/jira/browse/FLINK-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887909#comment-16887909
]
TisonKun commented on FLINK-13324:
----------------------------------
Attachments contain a patch exclude all transitive dependencies of curator. It
shows that many of them comes from flink-shaded-hadoop and if we can exclude
them inside flink-shaded-hadoop we can avoid repeat in flink scope.
> flink-shaded-hadoop could exclude curator dependency
> ----------------------------------------------------
>
> Key: FLINK-13324
> URL: https://issues.apache.org/jira/browse/FLINK-13324
> Project: Flink
> Issue Type: Improvement
> Components: BuildSystem / Shaded
> Reporter: TisonKun
> Priority: Minor
> Attachments: patch.diff
>
>
> Flink's high-availability functionality depends on curator, which means flink
> has its own dependent curator version(now is "2.12.0"). However, there are
> several transitive dependencies referring to
> curator-(client|framework|recipe)-2.7.1 from flink-shaded-hadoop(2). We might
> exclude these dependencies for a single curator version used in flink.
> cc [~Zentol]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)