You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/09/30 04:23:39 UTC

git commit: CAMEL-7881 Fixed the camel-restlet feature install issue

Repository: camel
Updated Branches:
  refs/heads/master d12ff453f -> 94b208d44


CAMEL-7881 Fixed the camel-restlet feature install issue


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

Branch: refs/heads/master
Commit: 94b208d44ac90012293c46abb41539457883946f
Parents: d12ff45
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue Sep 30 10:23:19 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue Sep 30 10:23:19 2014 +0800

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/94b208d4/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 dbce230..fd26c83 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1038,6 +1038,9 @@
   <feature name='camel-restlet' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:http://maven.restlet.org!org.restlet.osgi/org.restlet/${restlet-version}</bundle>
+    <bundle dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>
     <bundle dependency='true'>mvn:http://maven.restlet.org!org.restlet.osgi/org.restlet.ext.httpclient/${restlet-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-restlet/${project.version}</bundle>
   </feature>