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
commit 77611e692f274cf5907ae18ee9bedda9308d1f33 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jun 18 11:35:24 2021 +0200 Camel-SSH 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 e7338d6..d1a2426 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2026,6 +2026,7 @@ <bundle dependency='true'>mvn:org.apache.sshd/sshd-osgi/${sshd-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:net.i2p.crypto/eddsa/${eddsa-version}</bundle> <bundle>mvn:org.apache.camel/camel-ssh/${project.version}</bundle> </feature>
