Skip to content

Commit

Permalink
Replacing netty-all with specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored and rstoyanchev committed Nov 8, 2019
1 parent 9b8da04 commit 21d390a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spring-web/spring-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ dependencies {
optional("io.reactivex:rxjava")
optional("io.reactivex:rxjava-reactive-streams")
optional("io.reactivex.rxjava2:rxjava")
optional("io.netty:netty-all")
optional("io.netty:netty-buffer")
optional("io.netty:netty-handler")
optional("io.netty:netty-codec-http") // Until Netty4ClientHttpRequest is removed
optional("io.netty:netty-transport") // Until Netty4ClientHttpRequest is removed
optional("io.projectreactor.netty:reactor-netty")
optional("io.undertow:undertow-core")
optional("org.apache.tomcat.embed:tomcat-embed-core")
Expand Down

0 comments on commit 21d390a

Please sign in to comment.