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:01:20 UTC

[35/50] [abbrv] git commit: trying to fix jms include

trying to fix jms include


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

Branch: refs/heads/zk3.3.x
Commit: 6b0c5f2b34678259b389d7f28e1b59d7fdf995d1
Parents: c07f7e3
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Tue Sep 4 13:20:48 2012 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Tue Sep 4 13:20:48 2012 -0700

----------------------------------------------------------------------
 build.gradle | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/6b0c5f2b/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8389478..2a7cea7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -107,6 +107,9 @@ project(':curator-x-zkclient-bridge')
         compile project(':curator-client')
         compile project(':curator-framework')
         compile 'com.github.sgroschupf:zkclient:0.1'
+        compile("log4j:log4j:1.2.15") {
+            exclude module: 'javax.jms'
+        }
         testCompile project(':curator-test')
         testCompile 'org.slf4j:slf4j-api:1.6.4'
         testCompile 'org.javassist:javassist:3.15.0-GA'