Browse Source

bcprov-jdk15on -> bcpkix-jdk150n

This fixes the Spring IO checks since bcprov-jdk15on is not part of Spring
IO platform.

Issue gh-3702
Rob Winch 9 years ago
parent
commit
a7b0f74803
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crypto/crypto.gradle

+ 1 - 1
crypto/crypto.gradle

@@ -12,5 +12,5 @@ configure(project.tasks.withType(Test)) {
 }
 
 dependencies {
-	optional 'org.bouncycastle:bcprov-jdk15on:1.54'
+	optional 'org.bouncycastle:bcpkix-jdk15on:1.54'
 }