mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 23:02:15 +00:00
bcprov-jdk15on -> bcpkix-jdk150n
This fixes the Spring IO checks since bcprov-jdk15on is not part of Spring IO platform. Issue gh-3702
This commit is contained in:
parent
331c7e91b7
commit
a7b0f74803
@ -12,5 +12,5 @@ configure(project.tasks.withType(Test)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
optional 'org.bouncycastle:bcprov-jdk15on:1.54'
|
optional 'org.bouncycastle:bcpkix-jdk15on:1.54'
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user