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:01 UTC

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

Branch: refs/heads/camel-2.13.x
Commit: 933cf04f869f3608609971048e89ef49373aeeac
Parents: fcf0261
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:05 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/camel/blob/933cf04f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 22620b1..21b2d27 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -66,7 +66,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>