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 2016/01/15 08:28:13 UTC

[1/2] camel git commit: CAMEL-9508 : support jms 2.0 in osgi manifest

Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x b31170830 -> 85e8991f6
  refs/heads/master 115cb3aff -> 83638128b


CAMEL-9508 : support jms 2.0 in osgi manifest

added jms version range in pom.xml for osgi manifest


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

Branch: refs/heads/master
Commit: 83638128b04240512cbe619b9eabefe9fb473763
Parents: 115cb3a
Author: Yogesh Rao <yo...@tpt.com>
Authored: Fri Jan 15 09:51:08 2016 +0530
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jan 15 08:27:17 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/83638128/components/camel-sjms/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sjms/pom.xml b/components/camel-sjms/pom.xml
index b04fcf7..f35f70b 100644
--- a/components/camel-sjms/pom.xml
+++ b/components/camel-sjms/pom.xml
@@ -45,6 +45,7 @@
       org.apache.camel.spi.ComponentResolver;component=sjms,
       org.apache.camel.spi.ComponentResolver;component=sjms-batch
     </camel.osgi.export.service>
+    <camel.osgi.import.additional>javax.jms;version="[1.1,3)"</camel.osgi.import.additional>
   </properties>
 
   <dependencies>


[2/2] camel git commit: CAMEL-9508 : support jms 2.0 in osgi manifest

Posted by da...@apache.org.
CAMEL-9508 : support jms 2.0 in osgi manifest

added jms version range in pom.xml for osgi manifest


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

Branch: refs/heads/camel-2.16.x
Commit: 85e8991f60152398701591335a18bb971da02d82
Parents: b311708
Author: Yogesh Rao <yo...@tpt.com>
Authored: Fri Jan 15 09:51:08 2016 +0530
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jan 15 08:28:02 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/85e8991f/components/camel-sjms/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sjms/pom.xml b/components/camel-sjms/pom.xml
index cd65d0e..00accf9 100644
--- a/components/camel-sjms/pom.xml
+++ b/components/camel-sjms/pom.xml
@@ -45,6 +45,7 @@
       org.apache.camel.spi.ComponentResolver;component=sjms,
       org.apache.camel.spi.ComponentResolver;component=sjms-batch
     </camel.osgi.export.service>
+    <camel.osgi.import.additional>javax.jms;version="[1.1,3)"</camel.osgi.import.additional>
   </properties>
 
   <dependencies>