From 633b73f16567405c9229ff78a18fb05f91617413 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Sun, 27 Sep 2020 10:53:14 +0800 Subject: [PATCH] Add netty-tcnative in spring-boot-dependencies. --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index faa7b51c28e7..97f928b15898 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1186,6 +1186,7 @@ bom { library("Netty tcNative", "2.0.34.Final") { group("io.netty") { modules = [ + "netty-tcnative", "netty-tcnative-boringssl-static" ] }