File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
compileOnly(project(" :kotlin-coroutines" ))
9
9
optional(project(" :spring-context" ))
10
10
optional(project(" :spring-oxm" ))
11
- optional(" io.projectreactor.netty:reactor-netty" )
11
+ optional(" io.projectreactor.netty:reactor-netty-http " )
12
12
optional(" io.rsocket:rsocket-core" )
13
13
optional(" io.rsocket:rsocket-transport-netty" )
14
14
optional(" com.fasterxml.jackson.core:jackson-databind" )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
68
68
testCompile(" org.apache.tiles:tiles-servlet" )
69
69
testCompile(" org.hsqldb:hsqldb" )
70
70
testCompile(" org.apache.httpcomponents:httpclient" )
71
- testCompile(" io.projectreactor.netty:reactor-netty" )
71
+ testCompile(" io.projectreactor.netty:reactor-netty-http " )
72
72
testCompile(" de.bechte.junit:junit-hierarchicalcontextrunner" )
73
73
testRuntime(" org.junit.vintage:junit-vintage-engine" ) {
74
74
exclude group : " junit" , module : " junit"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
optional(" io.netty:netty-handler" )
24
24
optional(" io.netty:netty-codec-http" ) // Until Netty4ClientHttpRequest is removed
25
25
optional(" io.netty:netty-transport" ) // Until Netty4ClientHttpRequest is removed
26
- optional(" io.projectreactor.netty:reactor-netty" )
26
+ optional(" io.projectreactor.netty:reactor-netty-http " )
27
27
optional(" io.undertow:undertow-core" )
28
28
optional(" org.apache.tomcat.embed:tomcat-embed-core" )
29
29
optional(" org.eclipse.jetty:jetty-server" ) {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
optional(" org.freemarker:freemarker" )
17
17
optional(" com.fasterxml.jackson.core:jackson-databind" )
18
18
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-smile" )
19
- optional(" io.projectreactor.netty:reactor-netty" )
19
+ optional(" io.projectreactor.netty:reactor-netty-http " )
20
20
optional(" org.apache.tomcat:tomcat-websocket" )
21
21
optional(" org.eclipse.jetty.websocket:websocket-server" ) {
22
22
exclude group : " javax.servlet" , module : " javax.servlet"
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ dependencies {
25
25
testCompile(testFixtures(project(" :spring-web" )))
26
26
testCompile(" org.apache.tomcat.embed:tomcat-embed-core" )
27
27
testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket" )
28
- testCompile(" io.projectreactor.netty:reactor-netty" )
28
+ testCompile(" io.projectreactor.netty:reactor-netty-http " )
29
29
}
You can’t perform that action at this time.
0 commit comments