This is an automated email from the ASF dual-hosted git repository.

ggrzybek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f90671  [CAMEL-16365] Add net.i2p.crypto/eddsa/0.3.0 library to 
camel-ssh Karaf feature (#70)
3f90671 is described below

commit 3f90671af0b2dd5ba7cbe8c68e180261fa9a22e7
Author: Grzegorz Grzybek <gr.grzy...@gmail.com>
AuthorDate: Fri Apr 2 11:07:19 2021 +0200

    [CAMEL-16365] Add net.i2p.crypto/eddsa/0.3.0 library to camel-ssh Karaf 
feature (#70)
---
 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 49451b0..a27dd16 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2056,6 +2056,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:net.i2p.crypto/eddsa/${eddsa-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-ssh/${project.version}</bundle>
   </feature>
   <feature name='camel-stax' version='${project.version}' start-level='50'>

Reply via email to