diff --git a/examples/features/standard/netty-openssl/pom.xml b/examples/features/standard/netty-openssl/pom.xml
index b146d28008..ebd9c414c8 100644
--- a/examples/features/standard/netty-openssl/pom.xml
+++ b/examples/features/standard/netty-openssl/pom.xml
@@ -33,7 +33,6 @@ under the License.
${project.basedir}/../../../..
- 2.0.7.Final
@@ -45,7 +44,7 @@ under the License.
io.netty
netty-tcnative-boringssl-static
- ${netty.tcnative.version}
+ ${netty-tcnative-version}
@@ -63,7 +62,7 @@ under the License.
${noServer}
- io.netty:netty-tcnative-boringssl-static:${netty.tcnative.version}
+ io.netty:netty-tcnative-boringssl-static:${netty-tcnative-version}
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index ad278643ec..3ab96b0e3c 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -401,7 +401,7 @@
io.netty
netty-tcnative-boringssl-static
- 2.0.7.Final
+ ${netty-tcnative-version}