Use a single point of parent POM for build, properties and BOMs
diff --git a/profiling/kafka/kafka-azure-storage-blob/pom.xml b/profiling/kafka/kafka-azure-storage-blob/pom.xml
index 439a5d7..90213cd 100644
--- a/profiling/kafka/kafka-azure-storage-blob/pom.xml
+++ b/profiling/kafka/kafka-azure-storage-blob/pom.xml
@@ -34,6 +34,12 @@
     <name>Camel Performance :: Profiling :: Kafka Azure Storage Blob</name>
     <description>A Kafka to Azure Storage Blob containeraized application to show profiling practices</description>
 
+    <properties>
+        <postgresql-driver-version>42.2.14</postgresql-driver-version>
+        <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
+    </properties>
+
+
 
     <dependencies>
         <dependency>
@@ -65,6 +71,11 @@
             <artifactId>camel-kamelets-catalog</artifactId>
             <version>${camel-kamelets-catalog.version}</version>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-tcnative-boringssl-static</artifactId>
+            <version>${tcnative.version}</version>
+        </dependency>
     </dependencies>
 
     <profiles>