Browse Source

Remove separate netty-tcnative dependency management

Closes gh-29816
pull/29911/head
Andy Wilkinson 4 years ago
parent
commit
d18f536bc8
  1. 8
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1318,14 +1318,6 @@ bom { @@ -1318,14 +1318,6 @@ bom {
]
}
}
library("Netty tcNative", "2.0.48.Final") {
group("io.netty") {
modules = [
"netty-tcnative",
"netty-tcnative-boringssl-static"
]
}
}
library("OkHttp", "4.9.3") {
group("com.squareup.okhttp3") {
modules = [

Loading…
Cancel
Save