From fba5927966262e3a98076b62a32b91eb5af17afb Mon Sep 17 00:00:00 2001 From: hongqiaowei Date: Fri, 29 Oct 2021 18:17:33 +0800 Subject: [PATCH] Add netty-tcnative-boringssl-static --- fizz-bootstrap/pom.xml | 1 + fizz-core/pom.xml | 9 +++++++++ pom.xml | 12 ++++++++++++ 3 files changed, 22 insertions(+) diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index c39c887..105a94f 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -34,6 +34,7 @@ 1.15 2.11.1 2.8.8 + 2.0.44.Final diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index f0e897f..7292b56 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -294,6 +294,15 @@ commons-beanutils commons-beanutils + + + io.netty + netty-tcnative + + + io.netty + netty-tcnative-boringssl-static + diff --git a/pom.xml b/pom.xml index 7f4fdb8..b805f6a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ 0.8.2 0.9.11 2.11.1 + 2.0.44.Final @@ -376,6 +377,17 @@ commons-beanutils 1.9.4 + + + io.netty + netty-tcnative + ${netty-tcnative.version} + + + io.netty + netty-tcnative-boringssl-static + ${netty-tcnative.version} +