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 2f2f44a  Camel-AS2 Karaf Feature: Fixed Bouncycastle deps
2f2f44a is described below

commit 2f2f44a5cd50afc4f693e9580b073e885a52bc7a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jun 18 11:29:28 2021 +0200

    Camel-AS2 Karaf Feature: Fixed Bouncycastle deps
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index b83fdd0..e7add9e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -194,6 +194,7 @@
     <bundle 
dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>
     <bundle 
dependency='true'>mvn:org.bouncycastle/bcprov-jdk15on/${bouncycastle-version}</bundle>
     <bundle 
dependency='true'>mvn:org.bouncycastle/bcpkix-jdk15on/${bouncycastle-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.bouncycastle/bcutil-jdk15on/${bouncycastle-version}</bundle>
     <bundle 
dependency='true'>mvn:org.apache.velocity/velocity-engine-core/${velocity-version}</bundle>
     <bundle 
dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-as2-api/${project.version}</bundle>

Reply via email to