Repository: curator
Updated Branches:
  refs/heads/CURATOR-449 [created] 46f570484


Fix Gradle examples


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

Branch: refs/heads/CURATOR-449
Commit: 46f570484611e47ef2609c682479ab7edab1bde9
Parents: a9ab77a
Author: randgalt <randg...@apache.org>
Authored: Sun Feb 4 09:43:28 2018 -0500
Committer: randgalt <randg...@apache.org>
Committed: Sun Feb 4 09:43:28 2018 -0500

----------------------------------------------------------------------
 src/site/confluence/zk-compatibility.confluence | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/46f57048/src/site/confluence/zk-compatibility.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/zk-compatibility.confluence 
b/src/site/confluence/zk-compatibility.confluence
index 5c5346d..ed6e32e 100644
--- a/src/site/confluence/zk-compatibility.confluence
+++ b/src/site/confluence/zk-compatibility.confluence
@@ -35,7 +35,7 @@ _Gradle_
 
 {code}
 compile('org.apache.curator:curator-recipes:$curatorVersion') {
-  exclude('org.apache.zookeeper:zookeeper')
+  exclude group: 'org.apache.zookeeper', module: 'zookeeper'
 }
 {code}
 
@@ -72,6 +72,6 @@ _Gradle_
 
 {code}
 testCompile('org.apache.curator:curator-test:2.12.0') {
-  exclude('org.apache.zookeeper:zookeeper')
+  exclude group: 'org.apache.zookeeper', module: 'zookeeper'
 }
 {code}

Reply via email to