Upgrade to Jetty reactive HTTP client 1.0.1
Issue: SPR-17124
This commit is contained in:
parent
821ab62492
commit
2054fa2191
|
@ -62,7 +62,7 @@ dependencies {
|
|||
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
||||
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.0")
|
||||
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1")
|
||||
testCompile("io.projectreactor:reactor-test")
|
||||
testCompile("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
|
||||
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
|
||||
|
|
|
@ -46,7 +46,7 @@ dependencies {
|
|||
testCompile("io.projectreactor:reactor-test")
|
||||
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
|
||||
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
||||
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.0")
|
||||
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1")
|
||||
testCompile("org.eclipse.jetty:jetty-server")
|
||||
testCompile("org.eclipse.jetty:jetty-servlet")
|
||||
testCompile("io.undertow:undertow-core:${undertowVersion}")
|
||||
|
|
Loading…
Reference in New Issue