Repository: curator Updated Branches: refs/heads/CURATOR-446 e37cb59c1 -> bef499347
should be testCompile Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/bef49934 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/bef49934 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/bef49934 Branch: refs/heads/CURATOR-446 Commit: bef499347ba1900171a46ec1288bd4d7c2e97f03 Parents: e37cb59 Author: randgalt <[email protected]> Authored: Mon Dec 18 21:17:03 2017 -0500 Committer: randgalt <[email protected]> Committed: Mon Dec 18 21:17:03 2017 -0500 ---------------------------------------------------------------------- src/site/confluence/zk-compatibility.confluence | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/bef49934/src/site/confluence/zk-compatibility.confluence ---------------------------------------------------------------------- diff --git a/src/site/confluence/zk-compatibility.confluence b/src/site/confluence/zk-compatibility.confluence index 3a84dda..5c5346d 100644 --- a/src/site/confluence/zk-compatibility.confluence +++ b/src/site/confluence/zk-compatibility.confluence @@ -71,7 +71,7 @@ _Maven_ _Gradle_ {code} -compile('org.apache.curator:curator-test:2.12.0') { +testCompile('org.apache.curator:curator-test:2.12.0') { exclude('org.apache.zookeeper:zookeeper') } {code}
