You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by ya...@apache.org on 2019/05/06 02:40:29 UTC

[incubator-amaterasu] 13/36: updated curator version

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

yaniv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git

commit 4681bbb2dcb6aac376a670d09360422fff2c48ac
Author: Yaniv Rodenski <ya...@shinto.io>
AuthorDate: Tue Apr 23 22:49:55 2019 +1000

    updated curator version
---
 leader-common/build.gradle | 2 +-
 leader-yarn/build.gradle   | 2 +-
 leader/build.gradle        | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/leader-common/build.gradle b/leader-common/build.gradle
index def336e..e887176 100644
--- a/leader-common/build.gradle
+++ b/leader-common/build.gradle
@@ -95,7 +95,7 @@ dependencies {
 
     testCompile 'org.jetbrains.spek:spek-api:1.1.5'
     testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
-    testCompile 'org.apache.curator:curator-test:4.2.0'
+    testCompile 'org.apache.curator:curator-test:2.13.0'
     testRuntime 'org.jetbrains.spek:spek-junit-platform-engine:1.1.5'
 
     // Spek requires kotlin-reflect, can be omitted if already in the classpath
diff --git a/leader-yarn/build.gradle b/leader-yarn/build.gradle
index 694ee7e..2c617b9 100644
--- a/leader-yarn/build.gradle
+++ b/leader-yarn/build.gradle
@@ -76,7 +76,7 @@ dependencies {
 
     testCompile 'org.jetbrains.spek:spek-api:1.1.5'
     testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
-    testCompile 'org.apache.curator:curator-test:4.2.0'
+    testCompile 'org.apache.curator:curator-test:2.13.0'
     testRuntime 'org.jetbrains.spek:spek-junit-platform-engine:1.1.5'
 
     // Spek requires kotlin-reflect, can be omitted if already in the classpath
diff --git a/leader/build.gradle b/leader/build.gradle
index 8e56f42..fd545c6 100644
--- a/leader/build.gradle
+++ b/leader/build.gradle
@@ -45,7 +45,7 @@ dependencies {
     compile project(':amaterasu-sdk')
     compile group: 'com.github.scopt', name: 'scopt_2.11', version: '3.3.0'
     compile group: 'com.github.nscala-time', name: 'nscala-time_2.11', version: '2.2.0'
-    compile group: 'org.apache.curator', name: 'curator-framework', version: '4.2.0'
+    compile group: 'org.apache.curator', name: 'curator-framework', version: '2.13.0'
     compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-scala_2.11', version: '2.9.4'
     compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.9.8'
     compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.9.8'
@@ -72,7 +72,7 @@ dependencies {
     testCompile 'junit:junit:4.11'
     testCompile 'org.scalatest:scalatest_2.11:3.0.2'
     testCompile 'org.scala-lang:scala-library:2.11.8'
-    testCompile 'org.apache.curator:curator-test:4.2.0'
+    testCompile 'org.apache.curator:curator-test:2.13.0'
 
 }