mirror of https://github.com/apache/jclouds.git
Downgrade BouncyCastle to 1.60, which works with Oracle JDK 1.7 (#54)
This commit is contained in:
parent
30830bfa4e
commit
18da28af9f
|
@ -52,7 +52,7 @@
|
|||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-ext-jdk15on</artifactId>
|
||||
<version>1.64</version>
|
||||
<version>1.60</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue