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}
+