Skip to content

Commit

Permalink
Add dependency to Netty HTTP3 Codec for aggregated javadoc
Browse files Browse the repository at this point in the history
Related to #1531
  • Loading branch information
violetagg committed Apr 24, 2024
1 parent 4d0f7ba commit 32d7149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reactor-netty/build.gradle
Expand Up @@ -30,6 +30,7 @@ dependencies {
compileOnly "io.netty:netty-codec-haproxy:$nettyVersion"
compileOnly "io.netty:netty-transport-native-kqueue:$nettyVersion"
compileOnly "io.netty.incubator:netty-incubator-transport-native-io_uring:$nettyIoUringVersion"
compileOnly "io.netty.incubator:netty-incubator-codec-http3:$nettyHttp3Version"
compileOnly "io.projectreactor.addons:reactor-pool:$reactorPoolVersion"
}

Expand Down

0 comments on commit 32d7149

Please sign in to comment.