Skip to content

Commit

Permalink
dep on Apache Curator 2.0.1-incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Jun 3, 2013
1 parent 2120636 commit e290e94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ project(':curator-x-apache-zkclient-bridge')
{
dependencies
{
compile 'org.apache.curator:curator-client:2.0.0-incubating'
compile 'org.apache.curator:curator-framework:2.0.0-incubating'
compile 'org.apache.curator:curator-client:2.0.1-incubating'
compile 'org.apache.curator:curator-framework:2.0.1-incubating'
compile ('com.github.sgroschupf:zkclient:0.1')
{
exclude group: 'com.sun.jmx', module: 'jmxri'
exclude group: 'com.sun.jdmk', module: 'jmxtools'
exclude group: 'javax.jms', module: 'jms'
}
testCompile 'org.apache.curator:curator-test:2.0.0-incubating'
testCompile 'org.apache.curator:curator-test:2.0.1-incubating'
testCompile 'org.slf4j:slf4j-api:1.6.4'
testCompile 'org.javassist:javassist:3.15.0-GA'
testCompile 'commons-io:commons-io:1.4'
Expand Down

0 comments on commit e290e94

Please sign in to comment.