goiri commented on a change in pull request #1763: HADOOP-16765. Fix curator
dependencies for gradle projects using hadoop-minicluster.
URL: https://github.com/apache/hadoop/pull/1763#discussion_r358385583
##########
File path: hadoop-project/pom.xml
##########
@@ -1387,6 +1387,20 @@
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
Review comment:
Note that this enables seems to be the way to enable soft-compatibility of
curator 4 and ZooKeeper 3.4.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]