mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 09:22:05 +01:00
11 lines
262 B
Groovy
11 lines
262 B
Groovy
|
|
||
|
dependencies {
|
||
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||
|
/*
|
||
|
compile 'org.bouncycastle:bcprov-debug-jdk15on:1.60'
|
||
|
/*/
|
||
|
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
|
||
|
//*/
|
||
|
compile 'org.bouncycastle:bcpg-jdk15on:1.60'
|
||
|
}
|