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

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new 312f5c5  Tidy up consistency of quarkus-artemis dependency management
312f5c5 is described below

commit 312f5c5e97ecf9dd6e4e549872bf443f78e9bb1c
Author: James Netherton <[email protected]>
AuthorDate: Fri Sep 6 08:58:38 2024 +0100

    Tidy up consistency of quarkus-artemis dependency management
---
 jms-jpa/pom.xml        | 8 +-------
 message-bridge/pom.xml | 4 ++--
 saga/pom.xml           | 8 +-------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index c9bc9ee..3784a12 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -64,13 +64,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>io.quarkiverse.artemis</groupId>
-                <artifactId>quarkus-artemis-bom</artifactId>
-                <version>${quarkiverse-artemis.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
     <dependencies>
@@ -125,6 +118,7 @@
         <dependency>
             <groupId>io.quarkiverse.artemis</groupId>
             <artifactId>quarkus-artemis-jms</artifactId>
+            <version>${quarkiverse-artemis.version}</version>
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml
index 2bc797c..7a7baad 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -51,7 +51,7 @@
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
         <maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
 
-        <quarkus-artemis-jms.version>3.4.2</quarkus-artemis-jms.version>
+        <quarkiverse-artemis.version>3.4.2</quarkiverse-artemis.version>
         <assertj.version>3.26.3</assertj.version>
     </properties>
 
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>io.quarkiverse.artemis</groupId>
             <artifactId>quarkus-artemis-jms</artifactId>
-            <version>${quarkus-artemis-jms.version}</version>
+            <version>${quarkiverse-artemis.version}</version>
         </dependency>
 
         <!-- Test -->
diff --git a/saga/pom.xml b/saga/pom.xml
index ea8d50c..c3be108 100644
--- a/saga/pom.xml
+++ b/saga/pom.xml
@@ -78,13 +78,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>io.quarkiverse.artemis</groupId>
-                <artifactId>quarkus-artemis-bom</artifactId>
-                <version>${quarkiverse-artemis.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -112,6 +105,7 @@
         <dependency>
             <groupId>io.quarkiverse.artemis</groupId>
             <artifactId>quarkus-artemis-jms</artifactId>
+            <version>${quarkiverse-artemis.version}</version>
         </dependency>
 
         <!-- Test -->

Reply via email to