Repository: camel
Updated Branches:
refs/heads/camel-2.13.x e2ba4de81 -> 8ec2f3155
CAMEL-7976: Validation of feature camel-ssh is failing
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8ec2f315
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8ec2f315
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8ec2f315
Branch: refs/heads/camel-2.13.x
Commit: 8ec2f31557df7a86c0985b77cafb576a8a923ac1
Parents: e2ba4de
Author: Christian Mueller <cmueller@apache.org>
Authored: Tue Oct 28 06:57:23 2014 +0100
Committer: Christian Mueller <cmueller@apache.org>
Committed: Tue Oct 28 06:57:23 2014 +0100
----------------------------------------------------------------------
platforms/karaf/features/src/main/resources/features.xml | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/camel/blob/8ec2f315/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 0d35a98..fa543c2 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1100,6 +1100,7 @@
<feature version='${project.version}'>camel-core</feature>
<bundle dependency='true'>mvn:org.apache.mina/mina-core/${mina2-version}</bundle>
<bundle dependency='true'>mvn:org.apache.sshd/sshd-core/${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>mvn:org.apache.camel/camel-ssh/${project.version}</bundle>
</feature>
|