You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/01/05 19:46:04 UTC

[helix] branch master updated: Declare dependency to Zookeeper in zookeeper-api-*.ivy (#1926)

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

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c5946b  Declare dependency to Zookeeper in zookeeper-api-*.ivy (#1926)
9c5946b is described below

commit 9c5946bc077b1ead87666a7f962764eb307016cb
Author: Ramin Bashizade <ra...@linkedin.com>
AuthorDate: Wed Jan 5 11:45:54 2022 -0800

    Declare dependency to Zookeeper in zookeeper-api-*.ivy (#1926)
    
    Adds dependency to Zookeeper in the ivy file in zookeeper-api module.
---
 zookeeper-api/zookeeper-api-1.0.3-SNAPSHOT.ivy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zookeeper-api/zookeeper-api-1.0.3-SNAPSHOT.ivy b/zookeeper-api/zookeeper-api-1.0.3-SNAPSHOT.ivy
index 499d5a0..4095e93 100644
--- a/zookeeper-api/zookeeper-api-1.0.3-SNAPSHOT.ivy
+++ b/zookeeper-api/zookeeper-api-1.0.3-SNAPSHOT.ivy
@@ -43,6 +43,7 @@ under the License.
     <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.14" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)">
         <artifact name="slf4j-log4j12" ext="jar"/>
     </dependency>
+    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.13" conf="compile->compile(default);runtime->runtime(default);default->default"/>
 		<dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.11.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
 		<dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.11.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
 		<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.9.13" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>