This is an automated email from the ASF dual-hosted git repository.
tysonnorris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 3d67ed1 update to latest curator (#3065)
3d67ed1 is described below
commit 3d67ed15ceb4ce1863e9b11766363bf8cacac48e
Author: tysonnorris <[email protected]>
AuthorDate: Tue Dec 12 23:07:20 2017 -0800
update to latest curator (#3065)
* update to latest curator
* use zookeeper 3.4.x with curator 4.0
per docs at http://curator.apache.org/zk-compatibility.html
---
core/invoker/build.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/invoker/build.gradle b/core/invoker/build.gradle
index 93dd8f7..c0108a0 100644
--- a/core/invoker/build.gradle
+++ b/core/invoker/build.gradle
@@ -14,7 +14,8 @@ dependencies {
compile "org.scala-lang:scala-library:${gradle.scala.version}"
compile project(':common:scala')
- compile 'org.apache.curator:curator-recipes:2.12.0'
+ compile 'org.apache.curator:curator-recipes:4.0.0', { exclude group:
'org.apache.zookeeper', module:'zookeeper' }
+ compile 'org.apache.zookeeper:zookeeper:3.4.11'
compile 'com.lightbend.akka:akka-stream-alpakka-file_2.11:0.14'
}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].