You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/01/29 19:12:34 UTC

git commit: Upgrading Bouncy Castle to 1.49 (1.50 has issues with OSGi)

Updated Branches:
  refs/heads/upgrade-bouncy [created] 129632b56


Upgrading Bouncy Castle to 1.49 (1.50 has issues with OSGi)

Artifact ID has also changed: bcprov-jdk16 -> bcprov-ext-jdk15on


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/129632b5
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/129632b5
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/129632b5

Branch: refs/heads/upgrade-bouncy
Commit: 129632b561277dbf23b49b36ab0479cc7c7631b3
Parents: 52f25fd
Author: Andrew Phillips <an...@apache.org>
Authored: Wed Jan 29 13:06:21 2014 -0500
Committer: Andrew Phillips <an...@apache.org>
Committed: Wed Jan 29 13:11:58 2014 -0500

----------------------------------------------------------------------
 drivers/bouncycastle/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/129632b5/drivers/bouncycastle/pom.xml
----------------------------------------------------------------------
diff --git a/drivers/bouncycastle/pom.xml b/drivers/bouncycastle/pom.xml
index 7aed081..6aa9328 100644
--- a/drivers/bouncycastle/pom.xml
+++ b/drivers/bouncycastle/pom.xml
@@ -61,8 +61,8 @@
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk16</artifactId>
-      <version>1.46</version>
+      <artifactId>bcprov-ext-jdk15on</artifactId>
+      <version>1.49</version>
     </dependency>
   </dependencies>