upgrade to async http client 1.0.0

This commit is contained in:
kimchy 2010-06-23 21:51:29 +03:00
parent 296b6b2f57
commit 0d7cebbaf0
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ allprojects {
mavenRepo urls: 'https://repository.jboss.org/nexus/content/groups/public'
mavenRepo urls: 'http://repository.codehaus.org/'
mavenRepo urls: 'http://elasticsearch.googlecode.com/svn/maven'
mavenRepo urls: 'http://oss.sonatype.org/content/repositories/snapshots'
mavenRepo urls: 'http://oss.sonatype.org/content/repositories/releases'
}
}

View File

@ -19,7 +19,7 @@ dependencies {
runtime 'org.yaml:snakeyaml:1.6'
runtime('org.jboss.netty:netty:3.2.1.Final') { transitive = false }
runtime('com.ning:async-http-client:1.0.0-SNAPSHOT') { transitive = false }
runtime('com.ning:async-http-client:1.0.0') { transitive = false }
}
configurations {