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
The following commit(s) were added to refs/heads/main by this push:
new fa325fb CAMEL-16634: Lets try another thing
fa325fb is described below
commit fa325fb5013cff10014b0154aca366b2ef652f39
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jun 6 10:14:00 2021 +0200
CAMEL-16634: Lets try another thing
---
platforms/karaf/features/src/main/resources/features.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/platforms/karaf/features/src/main/resources/features.xml
b/platforms/karaf/features/src/main/resources/features.xml
index 6406bfe..3c2aa3a 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1257,13 +1257,9 @@
<feature name='camel-kafka' version='${project.version}' start-level='50'>
<feature version='${project.version}'>camel-core</feature>
<bundle
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.kafka-clients/${kafka-bundle-version}</bundle>
+ <bundle
dependency='true'>mvn:org.xerial.snappy/snappy-java/${snappy-version}</bundle>
<bundle dependency='true'>wrap:mvn:org.lz4/lz4-java/${lz4-version}</bundle>
<bundle>mvn:org.apache.camel/camel-kafka/${project.version}</bundle>
- <feature dependency='true'>snappy</feature>
- </feature>
- <feature name='snappy'>
-
<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-yaml-dsl</feature>