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-karaf.git

commit ace2dd757bc5305260304a57bf43aec9611cf243
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jul 29 08:47:26 2020 +0200

    Added camel-tracing Karaf 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 45e7a79..b787e85 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2579,6 +2579,10 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-tika/${project.version}</bundle>
   </feature>
+  <feature name='camel-tracing' version='${project.version}' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <bundle>mvn:org.apache.camel/camel-tracing/${project.version}</bundle>
+  </feature>
   <feature name='camel-twilio' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>wrap:mvn:com.twilio.sdk/twilio/${twilio-version}</bundle>

Reply via email to