You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/24 14:20:27 UTC

[camel-performance-tests] 33/33: Use a single point of parent POM for build, properties and BOMs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 764deb34e291e563f2aae5c1b0d2034228590eb4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 24 15:13:02 2021 +0100

    Use a single point of parent POM for build, properties and BOMs
---
 .../kafka/kafka-azure-storage-blob-exchange-pooling/pom.xml      | 9 +++++++++
 profiling/kafka/kafka-azure-storage-blob/pom.xml                 | 5 +----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/pom.xml b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/pom.xml
index 99ca827..f46d34b 100644
--- a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/pom.xml
+++ b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/pom.xml
@@ -34,6 +34,10 @@
     <name>Camel Performance :: Profiling :: Kafka Azure Storage Blob Exchange Pooling</name>
     <description>A Kafka to Azure Storage Blob with Exchange Pooling containeraized application to show profiling practices</description>
 
+    <properties>
+       <tcnative.version>2.0.43.Final</tcnative.version>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>io.quarkus</groupId>
@@ -64,6 +68,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>
diff --git a/profiling/kafka/kafka-azure-storage-blob/pom.xml b/profiling/kafka/kafka-azure-storage-blob/pom.xml
index 90213cd..3facbd7 100644
--- a/profiling/kafka/kafka-azure-storage-blob/pom.xml
+++ b/profiling/kafka/kafka-azure-storage-blob/pom.xml
@@ -35,12 +35,9 @@
     <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>
+       <tcnative.version>2.0.43.Final</tcnative.version>
     </properties>
 
-
-
     <dependencies>
         <dependency>
             <groupId>io.quarkus</groupId>