You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/09/19 16:09:18 UTC

[GitHub] [metron] nickwallen commented on a change in pull request #1515: METRON-2261 Isolate Curator Dependencies

nickwallen commented on a change in pull request #1515: METRON-2261 Isolate Curator Dependencies
URL: https://github.com/apache/metron/pull/1515#discussion_r326260497
 
 

 ##########
 File path: metron-platform/metron-pcap-backend/pom.xml
 ##########
 @@ -36,10 +36,22 @@
             <version>${guava_version}</version>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.zookeeper</groupId>
+            <artifactId>zookeeper</artifactId>
+            <version>${global_zookeeper_version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-client</artifactId>
-            <version>2.10.0</version>
 
 Review comment:
   For some reason, we were pulling in curator-client 2.10.0 instead of 2.7.1.  I don't see this causing a problem, but I want to call it out for reviewers.

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


With regards,
Apache Git Services