You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2016/06/02 15:01:45 UTC

[6/6] camel git commit: widen jms version range on camel-amqp to match camel-jms

widen jms version range on camel-amqp to match camel-jms


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4d90ef90
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4d90ef90
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4d90ef90

Branch: refs/heads/camel-2.17.x
Commit: 4d90ef903c7a8fc9300cfe20acfceec8bd66b1e5
Parents: 87e7e31
Author: Jonathan Anstey <ja...@gmail.com>
Authored: Thu Jun 2 12:21:50 2016 -0230
Committer: Jonathan Anstey <ja...@gmail.com>
Committed: Thu Jun 2 12:31:21 2016 -0230

----------------------------------------------------------------------
 components/camel-amqp/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4d90ef90/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 16fe612..1ca76d3 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -34,6 +34,7 @@
     Remove this after migration to ServiceMix bundles. -->
     <camel.osgi.import>
       org.apache.qpid.jms,
+      javax.jms;version="[1.1,3)",
       ${camel.osgi.import.defaults},
       *
     </camel.osgi.import>