You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/06/10 17:00:53 UTC

[08/50] [abbrv] git commit: Fixed versions to be compatible with Netflix repo

Fixed versions to be compatible with Netflix repo


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/857b4038
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/857b4038
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/857b4038

Branch: refs/heads/zk3.3.x
Commit: 857b40389c6aaf4beb7b510ec05a7bf83fdaa64a
Parents: 5685b1c
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Thu Aug 2 15:13:46 2012 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Thu Aug 2 15:13:46 2012 -0700

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/857b4038/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 5dea00c..37e1e62 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ subprojects
         }
         compile     'com.google.guava:guava:11.0.1'
         testCompile 'org.testng:testng:6.1.1'
-        testCompile 'log4j:log4j:1.2.16'
+        testCompile 'log4j:log4j:1.2.15'
     }
 
     task sourcesJar(type: Jar, dependsOn:classes) {
@@ -154,7 +154,7 @@ project(':curator-test')
     {
         compile 'org.javassist:javassist:3.15.0-GA'
         compile 'org.apache.commons:commons-math:2.2'
-        compile 'org.slf4j:slf4j-api:1.6.6'
+        compile 'org.slf4j:slf4j-api:1.6.4'
     }
 }