You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/08/31 09:55:43 UTC

camel git commit: [features] Fix qpid versions

Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x 3e5ef769e -> 1611b4645


[features] Fix qpid versions

qpid-jms-client 0.8.0 is incompatible with proton-j 0.10 so we need to
bump up the proton-j to compatible 0.12.0


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

Branch: refs/heads/camel-2.17.x
Commit: 1611b4645ece490ee1de943ea253dc78158bb6d4
Parents: 3e5ef76
Author: Jakub Knetl <jk...@redhat.com>
Authored: Wed Aug 31 11:10:16 2016 +0200
Committer: Jakub Knetl <jk...@redhat.com>
Committed: Wed Aug 31 11:10:16 2016 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1611b464/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index df2774b..0b05d6e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -96,7 +96,7 @@
     <bundle dependency='true'>mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mina/${mina-bundle-version}</bundle>
     <bundle dependency='true'>wrap:mvn:org.apache.qpid/qpid-jms-client/${qpid-jms-client-version}</bundle>
-    <bundle dependency='true'>wrap:mvn:org.apache.qpid/proton-j/0.10</bundle>
+    <bundle dependency='true'>wrap:mvn:org.apache.qpid/proton-j/0.12.0</bundle>
     <bundle dependency='true'>wrap:mvn:io.netty/netty-all/4.0.17.Final</bundle>
     <bundle>mvn:org.apache.camel/camel-amqp/${project.version}</bundle>
   </feature>