You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2015/09/17 18:18:16 UTC

camel git commit: add camel-coap to the features file

Repository: camel
Updated Branches:
  refs/heads/master 2f6fc20aa -> 047fddad7


add camel-coap to the features file


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

Branch: refs/heads/master
Commit: 047fddad72ccad234bddcc6cb43509582a2121a4
Parents: 2f6fc20
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Sep 17 12:17:45 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Sep 17 12:18:00 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/camel/blob/047fddad/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 060f2a7..0abe6f0 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -271,6 +271,11 @@
     <bundle dependency='true'>mvn:org.apache.chemistry.opencmis/chemistry-opencmis-osgi-client/${cmis-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cmis/${project.version}</bundle>
   </feature>
+  <feature name='camel-coap' version='${project.version}' resolver='(obr)' start-level='50'>
+      <feature version='${project.version}'>camel-core</feature>
+      <bundle>mvn:org.eclipse.californium/californium-osgi/${californium-version}</bundle>
+      <bundle>mvn:org.apache.camel/camel-coap/${project.version}</bundle>
+  </feature>
   <feature name='camel-cometd' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature>jetty</feature>
     <feature version='${project.version}'>camel-core</feature>