You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/10/04 10:25:17 UTC

[GitHub] vdiravka commented on a change in pull request #1398: DRILL-6541: Upgrade ZooKeeper patch version to 3.4.11 for mapr profile

vdiravka 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_r222614476
 
 

 ##########
 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:
   Why do we need zookeeper as jar for the tests? We already have zookeeper dependency in the general `dependencyManagement` block. I suppose it was given as transitive dependency earlier. So possibly it is necessary to exclude that older one?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services