JCLOUDS-440: Upgrading Bouncy Castle to 1.49 (1.50 has issues with OSGi)

Artifact ID has also changed: bcprov-jdk16 -> bcprov-ext-jdk15on
This commit is contained in:
Andrew Phillips 2014-01-29 13:06:21 -05:00
parent af6b561cd7
commit c56d7ad8cd
1 changed files with 2 additions and 2 deletions

View File

@ -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>