This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.22.x by this push:
new fc29414f5b1 [CAMEL-21200] OSGi javax.jms range is wrong (#15520)
fc29414f5b1 is described below
commit fc29414f5b1caef9abb568f562565a5688509e27
Author: François Papon <[email protected]>
AuthorDate: Wed Sep 11 19:52:09 2024 +0200
[CAMEL-21200] OSGi javax.jms range is wrong (#15520)
---
components/camel-activemq/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-activemq/pom.xml
b/components/camel-activemq/pom.xml
index 426298b2bcc..8c747697fe8 100644
--- a/components/camel-activemq/pom.xml
+++ b/components/camel-activemq/pom.xml
@@ -34,7 +34,7 @@
<properties>
<camel.osgi.import.before.defaults>
- javax.jms;version="[1.1,2)",
+ javax.jms;version="[1.1,3)",
org.apache.activemq.pool;version="[5.17,6)"
</camel.osgi.import.before.defaults>
<camel.surefire.parallel>true</camel.surefire.parallel>