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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0d7d5995 Add camel-splunk-hec wrapper (#266)
0d7d5995 is described below

commit 0d7d5995dc81cacb81873e61f30ba11b30f00ce6
Author: François de Parscau <[email protected]>
AuthorDate: Thu May 2 14:41:37 2024 +0200

    Add camel-splunk-hec wrapper (#266)
---
 features/src/main/feature/camel-features.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/features/src/main/feature/camel-features.xml 
b/features/src/main/feature/camel-features.xml
index d98602c7..ffea0f36 100644
--- a/features/src/main/feature/camel-features.xml
+++ b/features/src/main/feature/camel-features.xml
@@ -2046,6 +2046,16 @@
         <bundle 
dependency='true'>mvn:joda-time/joda-time/${jodatime2-version}</bundle>
         
<bundle>mvn:org.apache.camel.karaf/camel-splunk/${project.version}</bundle>
     </feature>
+    <feature name='camel-splunk-hec' version='${project.version}' 
start-level='50'>
+        <feature version='${camel.osgi.version.range}'>camel-core</feature>
+        <feature version='[2.16,2.17)'>jackson</feature>
+        <feature version='[5,6)'>http-client</feature>
+        <bundle 
dependency='true'>mvn:commons-validator/commons-validator/${commons-validator-version}</bundle>
+        <bundle 
dependency='true'>mvn:commons-beanutils/commons-beanutils/${commons-beanutils-version}</bundle>
+        <bundle 
dependency='true'>mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
+        <bundle 
dependency='true'>mvn:commons-digester/commons-digester/2.1</bundle>
+        
<bundle>mvn:org.apache.camel.karaf/camel-splunk-hec/${project.version}</bundle>
+    </feature>
     <feature name='camel-spring-batch' version='${project.version}' 
start-level='50'>
         <feature version='${camel.osgi.version.range}'>camel-core</feature>
         <feature version='${camel.osgi.spring.version}'>spring</feature>

Reply via email to