This is an automated email from the ASF dual-hosted git repository. acosentino 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 6ae8f2b3 Fixed camel-asn1 feature 6ae8f2b3 is described below commit 6ae8f2b39778f4fcfc225134341a3e632b394ef1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Aug 5 08:41:40 2022 +0200 Fixed camel-asn1 feature --- platforms/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 1e2519f9..bdf23470 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -203,7 +203,7 @@ </feature> <feature name='camel-asn1' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-core</feature> - <bundle dependency='true'>mvn:com.beanit/jasn1/${jasn1-version}</bundle> + <bundle dependency='true'>mvn:com.beanit/asn1bean/${asn1bean-version}</bundle> <bundle dependency='true'>mvn:org.bouncycastle/bcprov-jdk18on/${bouncycastle-version}</bundle> <bundle>mvn:org.apache.camel/camel-asn1/${project.version}</bundle> </feature>