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

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


The following commit(s) were added to refs/heads/main by this push:
     new 050bd4a  Camel-Salesforce: Fixed Karaf feature
050bd4a is described below

commit 050bd4a6e7812142046b6d02ee0db33f32bf92e3
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 19 14:09:47 2021 +0200

    Camel-Salesforce: Fixed Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 17737b9..17399bc 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1828,6 +1828,7 @@
     <bundle 
dependency='true'>mvn:org.cometd.java/bayeux-api/${cometd-java-client-version}</bundle>
     <bundle 
dependency='true'>mvn:org.cometd.java/cometd-java-common/${cometd-java-client-version}</bundle>
     <bundle 
dependency='true'>mvn:joda-time/joda-time/${jodatime2-bundle-version}</bundle>
+    <bundle 
dependency='true'>mvn:commons-io/commons-io/${commons-io-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-salesforce/${project.version}</bundle>
   </feature>
   <feature name='camel-saxon' version='${project.version}' start-level='50'>

Reply via email to