You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2019/06/29 21:12:27 UTC

[incubator-pinot] 02/02: Updating zk version dependency to be same as helix dependency

This is an automated email from the ASF dual-hosted git repository.

mcvsubbu pushed a commit to branch increase-wait-time
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit b08d69ecda4ac2e9ffe65fd7bc91e8c941ca5aa1
Author: Subbu Subramaniam <ss...@linkedin.com>
AuthorDate: Sat Jun 29 14:09:26 2019 -0700

    Updating zk version dependency to be same as helix dependency
    
    Helix uses zookeeper-3.4.13, updating pinot dependency to use the same version
---
 pinot-broker/pom.xml            | 5 +++++
 pinot-controller/pom.xml        | 5 +++++
 pinot-core/pom.xml              | 5 +++++
 pinot-integration-tests/pom.xml | 4 ++++
 pom.xml                         | 8 +++++++-
 5 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml
index 4f19949..468169b 100644
--- a/pinot-broker/pom.xml
+++ b/pinot-broker/pom.xml
@@ -101,6 +101,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-server</artifactId>
       <scope>test</scope>
diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index 7092a50..b9c6490 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -176,6 +176,11 @@
       <groupId>com.jcabi</groupId>
       <artifactId>jcabi-log</artifactId>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!-- test -->
     <dependency>
       <groupId>org.apache.hadoop</groupId>
diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml
index 51c9231..cb03fce 100644
--- a/pinot-core/pom.xml
+++ b/pinot-core/pom.xml
@@ -192,5 +192,10 @@
       <artifactId>equalsverifier</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>
diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml
index 5467174..56b47fb 100644
--- a/pinot-integration-tests/pom.xml
+++ b/pinot-integration-tests/pom.xml
@@ -260,6 +260,10 @@
       <artifactId>zookeeper</artifactId>
     </dependency>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-math3</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 95bd02c..28a7885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,6 +279,12 @@
         <scope>test</scope>
       </dependency>
       <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.11</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
         <groupId>xml-apis</groupId>
         <artifactId>xml-apis</artifactId>
         <version>1.0.b2</version>
@@ -489,7 +495,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <version>3.4.11</version>
+        <version>3.4.13</version>
         <exclusions>
           <exclusion>
             <groupId>log4j</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org