mirror of https://github.com/apache/jclouds.git
Merge pull request #1281 from jclouds/bouncycastle-1.46
rollback bouncycastle 1.47 as we aren't using it and it causes havok in maven
This commit is contained in:
commit
6e4a772d75
|
@ -63,10 +63,9 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.47</version>
|
||||
<artifactId>bcprov-jdk16</artifactId>
|
||||
<version>1.46</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
</project>
|
||||
|
|
|
@ -56,12 +56,6 @@
|
|||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- until sshj will update to latest bouncycastle 1.47 -->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<version>1.47</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jclouds</groupId>
|
||||
<artifactId>jclouds-compute</artifactId>
|
||||
|
|
Loading…
Reference in New Issue