This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new dccd6ed  Camel-Pulsar: Use bundles 2.2.1_1 for the Karaf feature
dccd6ed is described below

commit dccd6ed54de9c9cae1d92f0ff21699c2372e7bc0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 10 09:45:38 2019 +0200

    Camel-Pulsar: Use bundles 2.2.1_1 for the Karaf feature
---
 parent/pom.xml                                           | 1 +
 platforms/karaf/features/src/main/resources/features.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 31447cd..8b509c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -565,6 +565,7 @@
         <protonpack-version>1.8</protonpack-version>
         <pubnub-version>4.21.0</pubnub-version>
         <pulsar-version>2.2.1</pulsar-version>
+        <pulsar-bundle-version>2.2.1_1</pulsar-bundle-version>
         <qpid-broker-version>7.1.2</qpid-broker-version>
         <qpid-proton-j-version>0.32.0</qpid-proton-j-version>
         <qpid-jms-client-version>0.41.0</qpid-jms-client-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 4ead1b4..8626a0f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2009,8 +2009,8 @@
   </feature>
   <feature name='camel-pulsar' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
-    <bundle 
dependency='true'>wrap:mvn:org.apache.pulsar/pulsar-client/${pulsar-version}</bundle>
-    <bundle 
dependency='true'>wrap:mvn:org.apache.pulsar/pulsar-client-admin/${pulsar-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.pulsar-client/${pulsar-bundle-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.pulsar-client-admin/${pulsar-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-pulsar/${project.version}</bundle>
   </feature>
   <feature name='camel-quartz2' version='${project.version}' start-level='50'>

Reply via email to