KazydubB commented on a change in pull request #1398: DRILL-6541: Upgrade
ZooKeeper patch version to 3.4.11 for mapr profile
URL: https://github.com/apache/drill/pull/1398#discussion_r223256652
##########
File path: pom.xml
##########
@@ -3018,6 +3018,13 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ <version>${zookeeper.version}</version>
+ <scope>test</scope>
Review comment:
This dependency comes from one of transitive dependencies of
org.apache.hbase:hbase-testing-util. Removed the dependency block from root
pom.xml.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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