[
https://issues.apache.org/jira/browse/HBASE-29129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927762#comment-17927762
]
Istvan Toth commented on HBASE-29129:
-------------------------------------
The problem is that we also add guava and ZK exclusions in the
dependencyManagement entries.
ZK shouldn't be a problem, we directly depend and dependencyManage the version
of that one, but removing the Curator dependencyManagement entry may cause some
old Guava to be added.
> Remove dependency management for Curator version
> ------------------------------------------------
>
> Key: HBASE-29129
> URL: https://issues.apache.org/jira/browse/HBASE-29129
> Project: HBase
> Issue Type: Bug
> Components: Zookeeper
> Reporter: Istvan Toth
> Priority: Major
>
> We're still dependency managing curator, even though we don't ship anything
> in the assemblies that uses it (only a single example does).
> In theory, old Curator versions should still work with new ZK versions, so
> removing the dependency management shouldn't cause any problems.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)