You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/05/17 18:27:07 UTC

[camel-quarkus] branch main updated: Leverage quarkus-hazelcast-client-bom, upgrade to quarkus-hazelcast-client 1.2.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f83183f  Leverage quarkus-hazelcast-client-bom, upgrade to quarkus-hazelcast-client 1.2.0
f83183f is described below

commit f83183fe1c5690fedea0b51ba5cdb62af4166034
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon May 17 18:08:49 2021 +0200

    Leverage quarkus-hazelcast-client-bom, upgrade to quarkus-hazelcast-client 1.2.0
---
 extensions/hazelcast/runtime/pom.xml |  7 -------
 pom.xml                              |  3 +--
 poms/bom/pom.xml                     | 22 +++++++---------------
 3 files changed, 8 insertions(+), 24 deletions(-)

diff --git a/extensions/hazelcast/runtime/pom.xml b/extensions/hazelcast/runtime/pom.xml
index 50c8c4b..7ef2ad6 100644
--- a/extensions/hazelcast/runtime/pom.xml
+++ b/extensions/hazelcast/runtime/pom.xml
@@ -44,13 +44,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>com.hazelcast</groupId>
-                <artifactId>quarkus-hazelcast-client-bom</artifactId>
-                <version>${quarkus-hazelcast-client.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/pom.xml b/pom.xml
index 08b2043..33e0430 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,6 @@
         <hadoop2.version>${hadoop2-version}</hadoop2.version><!-- Spark -->
         <hapi.version>${hapi-version}</hapi.version>
         <hapi-fhir.version>${hapi-fhir-version}</hapi-fhir.version>
-        <hazelcast.version>4.0.3</hazelcast.version><!-- keep in sync with quarkus-hazelcast-client -->
         <hbase.version>${hbase-version}</hbase.version><!-- Keep in sync with Camel -->
         <htrace.version>4.2.0-incubating</htrace.version><!-- Mess in hbase transitive deps -->
         <influxdb.version>${influx-java-driver-version}</influxdb.version>
@@ -105,7 +104,7 @@
         <quarkiverse-minio.version>0.2.2</quarkiverse-minio.version>
         <quarkus.version>1.13.2.Final</quarkus.version>
         <quarkus-google-cloud.version>0.5.0</quarkus-google-cloud.version>
-        <quarkus-hazelcast-client.version>1.1.1</quarkus-hazelcast-client.version>
+        <quarkus-hazelcast-client.version>1.2.0</quarkus-hazelcast-client.version>
         <quarkus-qpid-jms.version>0.24.0</quarkus-qpid-jms.version>
         <protobuf.version>${protobuf-version}</protobuf.version>
         <retrofit.version>2.5.0</retrofit.version>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 77d9bae..60b2b4c 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -68,6 +68,13 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>com.hazelcast</groupId>
+                <artifactId>quarkus-hazelcast-client-bom</artifactId>
+                <version>${quarkus-hazelcast-client.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
 
             <!-- Dependencies a..z; do not remove this comment, it is important when sorting via  mvn process-resources -Pformat -->
 
@@ -5643,21 +5650,6 @@
                 <version>${zxing.version}</version>
             </dependency>
             <dependency>
-                <groupId>com.hazelcast</groupId>
-                <artifactId>hazelcast</artifactId>
-                <version>${hazelcast.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.hazelcast</groupId>
-                <artifactId>quarkus-hazelcast-client</artifactId>
-                <version>${quarkus-hazelcast-client.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.hazelcast</groupId>
-                <artifactId>quarkus-hazelcast-client-deployment</artifactId>
-                <version>${quarkus-hazelcast-client.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
                 <version>${nimbus-jose-jwt.version}</version>