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 2019/01/23 14:22:22 UTC

[camel] branch master updated: CAMEL-13002 - Added camel-file to camel-core feature

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 05b43a0  CAMEL-13002 - Added camel-file to camel-core feature
05b43a0 is described below

commit 05b43a02d5438ed784f73e721724f430ce9e6c0e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 23 15:15:12 2019 +0100

    CAMEL-13002 - Added camel-file to camel-core 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 e70a010..0cfb2f5 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -54,6 +54,7 @@
     <bundle>mvn:org.apache.camel/camel-saga/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-language/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-log/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-file/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-ref/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-scheduler/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-stub/${project.version}</bundle>