Updated Branches: refs/heads/1.7.x e7795c875 -> 3de11fa84
JCLOUDS-440: 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/3de11fa8 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/3de11fa8 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/3de11fa8 Branch: refs/heads/1.7.x Commit: 3de11fa8403700233dc51ab5e0c15f8ebc9f64b0 Parents: e7795c8 Author: Andrew Phillips <[email protected]> Authored: Wed Jan 29 13:06:21 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Wed Jan 29 20:20:45 2014 -0500 ---------------------------------------------------------------------- drivers/bouncycastle/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/3de11fa8/drivers/bouncycastle/pom.xml ---------------------------------------------------------------------- diff --git a/drivers/bouncycastle/pom.xml b/drivers/bouncycastle/pom.xml index f84aa7d..07099f1 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>
