You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/04/16 16:39:02 UTC

[4/5] git commit: Go back to bouncycastle 1.49 which works in OSGi.

Go back to bouncycastle 1.49 which works in OSGi.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5618c480
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5618c480
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5618c480

Branch: refs/heads/camel-2.12.x
Commit: 5618c48026e1009031830082e2dd78918c1eb97e
Parents: a44de4f
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Apr 14 06:06:41 2014 -0700
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Apr 16 07:42:11 2014 -0700

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5618c480/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ac17a2a..c8b8a5f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -67,7 +67,8 @@
     <bcel-bundle-version>5.2_4</bcel-bundle-version>
     <beanio-version>2.0.7</beanio-version>
     <bsh-version>2.0b5</bsh-version>
-    <bouncycastle-version>1.50</bouncycastle-version>
+    <!-- bouncycastle 1.50 does not work in OSGi - http://www.bouncycastle.org/jira/browse/BJA-476 -->
+    <bouncycastle-version>1.49</bouncycastle-version>
     <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
     <c3p0-version>0.9.1.2</c3p0-version>
     <castor-bundle-version>1.3.2_2</castor-bundle-version>