You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/14 05:16:04 UTC

[camel] branch camel-3.x updated: Downgrade artemis

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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 76776fe8ebc Downgrade artemis
76776fe8ebc is described below

commit 76776fe8ebc5f3a3e9169ddfa04757473765b331
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 14 07:15:55 2023 +0200

    Downgrade artemis
---
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 018397aa9ea..228b2398ba0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,7 +51,8 @@
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
         <activemq-version>5.17.4</activemq-version>
-        <activemq-artemis-version>2.29.0</activemq-artemis-version>
+        <!-- Artemis upgrade blocked by CAMEL-19561 -->
+        <activemq-artemis-version>2.28.0</activemq-artemis-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.7</apache-any23-version>
         <apache-drill-version>1.19.0</apache-drill-version>