Repository: camel
Updated Branches:
  refs/heads/camel-2.14.x 9bbd8b272 -> e544c924d


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/e544c924
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e544c924
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e544c924

Branch: refs/heads/camel-2.14.x
Commit: e544c924ddd5dd060332e5bbbf9877035ca92b3d
Parents: 9bbd8b2
Author: Christian Mueller <cmuel...@apache.org>
Authored: Tue Oct 28 06:57:23 2014 +0100
Committer: Christian Mueller <cmuel...@apache.org>
Committed: Tue Oct 28 08:09:06 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/e544c924/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 b06a95f..802044f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1263,6 +1263,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>

Reply via email to