Skip to content

Commit d18f536

Browse files
committed
Remove separate netty-tcnative dependency management
Closes gh-29816
1 parent 0e5a825 commit d18f536

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,14 +1318,6 @@ bom {
13181318
]
13191319
}
13201320
}
1321-
library("Netty tcNative", "2.0.48.Final") {
1322-
group("io.netty") {
1323-
modules = [
1324-
"netty-tcnative",
1325-
"netty-tcnative-boringssl-static"
1326-
]
1327-
}
1328-
}
13291321
library("OkHttp", "4.9.3") {
13301322
group("com.squareup.okhttp3") {
13311323
modules = [

0 commit comments

Comments
 (0)