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 2022/03/07 12:51:39 UTC

[camel] branch main updated: Upgrade to hazelcast 5 for osgi

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 611845f  Upgrade to hazelcast 5 for osgi
611845f is described below

commit 611845f92ed4a763b157d5a1a7adc48461032355
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 7 13:50:32 2022 +0100

    Upgrade to hazelcast 5 for osgi
---
 components/camel-hazelcast/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml
index d0249a2..d2a9cf9 100644
--- a/components/camel-hazelcast/pom.xml
+++ b/components/camel-hazelcast/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <camel.osgi.import.before.defaults>
-            com.hazelcast.*;version="[4,5)"
+            com.hazelcast.*;version="[5,6)"
         </camel.osgi.import.before.defaults>
     </properties>