mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
25cb1b8cc0
also introduce 'boucnyCastleVersion' in version.gradle.
12 lines
464 B
Groovy
12 lines
464 B
Groovy
dependencies {
|
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
|
/*
|
|
compile "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"
|
|
/*/
|
|
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
|
|
//*/
|
|
compile "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
|
|
|
|
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
|
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
|
}
|