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/fbd0a358 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fbd0a358 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fbd0a358 Branch: refs/heads/master Commit: fbd0a358fafaba9fa1a92a3358860fd2707495f2 Parents: b902fb5 Author: Jonathan Anstey <jans...@gmail.com> Authored: Thu Jun 2 12:21:50 2016 -0230 Committer: Jonathan Anstey <jans...@gmail.com> Committed: Thu Jun 2 12:21:50 2016 -0230 ---------------------------------------------------------------------- components/camel-amqp/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fbd0a358/components/camel-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml index 70986ab..51a37ad 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>