spring-security/crypto/crypto.gradle
Will Tran 44fa624b6b Refactor test assumptions about JCE to common class. (#3817)
Apply assumptions directly to test methods instead of checking for key
length in crypto.gradle.
2016-04-14 17:02:31 -05:00

3 lines
65 B
Groovy

dependencies {
optional 'org.bouncycastle:bcpkix-jdk15on:1.54'
}