diff --git a/application/pom.xml b/application/pom.xml
index 4f24d4a5ad..4cb7f777cd 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -229,6 +229,14 @@
com.google.protobuf
protobuf-java
+
+ io.netty
+ netty-all
+
+
+ io.netty
+ netty-tcnative-boringssl-static
+
io.grpc
grpc-netty-shaded
diff --git a/common/edge-api/pom.xml b/common/edge-api/pom.xml
index ed19be3480..1e685baaf8 100644
--- a/common/edge-api/pom.xml
+++ b/common/edge-api/pom.xml
@@ -81,6 +81,11 @@
netty-all
provided
+
+ io.netty
+ netty-tcnative-boringssl-static
+ provided
+
com.google.guava
guava
diff --git a/common/transport/mqtt/pom.xml b/common/transport/mqtt/pom.xml
index e3e3d3bab7..fb2fffc777 100644
--- a/common/transport/mqtt/pom.xml
+++ b/common/transport/mqtt/pom.xml
@@ -44,6 +44,10 @@
io.netty
netty-all
+
+ io.netty
+ netty-tcnative-boringssl-static
+
org.springframework
spring-context-support
diff --git a/pom.xml b/pom.xml
index f83c8fa52e..7c832dd800 100755
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@
1.18.18
1.2.4
4.1.66.Final
+ 2.0.41.Final
1.7.0
4.8.0
2.19.1
@@ -1212,6 +1213,11 @@
netty-all
${netty.version}
+
+ io.netty
+ netty-tcnative-boringssl-static
+ ${netty-tcnative-boringssl-static.version}
+
io.netty
netty-buffer
diff --git a/rule-engine/rule-engine-api/pom.xml b/rule-engine/rule-engine-api/pom.xml
index 03fa42b606..bb7c8d1095 100644
--- a/rule-engine/rule-engine-api/pom.xml
+++ b/rule-engine/rule-engine-api/pom.xml
@@ -63,6 +63,11 @@
netty-all
provided
+
+ io.netty
+ netty-tcnative-boringssl-static
+ provided
+
com.google.guava
guava