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:22 UTC

[37/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/018aedb6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/018aedb6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/018aedb6

Branch: refs/heads/zk3.3.x
Commit: 018aedb672fa9906456fa694a6ea9cc74016864b
Parents: ff37e0c
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Tue Sep 4 13:26:51 2012 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Tue Sep 4 13:26:51 2012 -0700

----------------------------------------------------------------------
 build.gradle | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/018aedb6/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 5eb5047..e55ce61 100644
--- a/build.gradle
+++ b/build.gradle
@@ -107,7 +107,6 @@ 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 group: 'com.sun.jmx', module: 'jmxri'
             exclude group: 'com.sun.jdmk', module: 'jmxtools'
@@ -115,6 +114,11 @@ project(':curator-x-zkclient-bridge')
         }
         testCompile project(':curator-test')
         testCompile 'org.slf4j:slf4j-api:1.6.4'
+        {
+            exclude group: 'com.sun.jmx', module: 'jmxri'
+            exclude group: 'com.sun.jdmk', module: 'jmxtools'
+            exclude group: 'javax.jms', module: 'jms'
+        }
         testCompile 'org.javassist:javassist:3.15.0-GA'
         testCompile 'commons-io:commons-io:1.4'
         testCompile 'org.mockito:mockito-core:1.8.0'