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 ee9aea6f91f60daa4a4c47d916f39c0f679c07f1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 16 13:28:16 2021 +0200

    CAMEL-16524 - Remove Camel-Crypto-CMS
---
 platforms/karaf/features/src/main/resources/features.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index d7f5aa6..87249f2 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -496,13 +496,6 @@
     <bundle 
dependency='true'>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-crypto/${project.version}</bundle>
   </feature>
-  <feature name='camel-crypto-cms' version='${project.version}' 
start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <bundle 
dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle>
-    <bundle 
dependency='true'>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle-version}</bundle>
-    <bundle 
dependency='true'>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-crypto-cms/${project.version}</bundle>
-  </feature>
   <feature name='camel-csv' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>mvn:org.apache.commons/commons-csv/${commons-csv-version}</bundle>

Reply via email to