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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4243a79  [CAMEL-11950] Inconsistent jar versions with apache curator
4243a79 is described below

commit 4243a7973f1cd4e73f4970b688ae08bff5d10e29
Author: Thomas Diesler <[email protected]>
AuthorDate: Thu Oct 26 18:58:10 2017 +0200

    [CAMEL-11950] Inconsistent jar versions with apache curator
---
 components/camel-zookeeper/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/components/camel-zookeeper/pom.xml 
b/components/camel-zookeeper/pom.xml
index fbfd7c7..6405f10 100644
--- a/components/camel-zookeeper/pom.xml
+++ b/components/camel-zookeeper/pom.xml
@@ -71,10 +71,14 @@
 
     <dependency>
       <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+      <version>${curator-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
       <artifactId>curator-framework</artifactId>
       <version>${curator-version}</version>
     </dependency>
-
     <dependency>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-recipes</artifactId>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to