You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/05/15 07:53:39 UTC

[camel-karaf] 02/02: Add camel-kamelet feature

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

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

commit 7c6cbe10d40e4f7f8622352e39529ff94c4a844e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat May 15 09:50:35 2021 +0200

    Add camel-kamelet feature
---
 platforms/karaf/features/src/main/resources/features.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index e9f93e6..31b122b 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1245,6 +1245,10 @@
     <requirement>osgi.native;filter:="(|(osgi.native.osname~=aix)(osgi.native.osname~=linux)(osgi.native.osname~=macosx)(osgi.native.osname~=win32))"</requirement>
     <bundle>mvn:org.xerial.snappy/snappy-java/${snappy-version}</bundle>
   </feature>
+  <feature name='camel-kamelet' version='${project.version}' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <bundle>mvn:org.apache.camel/camel-kamelet/${project.version}</bundle>
+  </feature>
   <feature name='camel-kubernetes' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:javax.validation/validation-api/${validation-1-api-version}</bundle>