upgrade to async http client 1.0.0
This commit is contained in:
parent
296b6b2f57
commit
0d7cebbaf0
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue