1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 09:04:50 +02:00

Add bcpg as transitive dependency

This commit is contained in:
Paul Schaub 2020-04-11 12:48:07 +02:00
parent e00e35039f
commit 2c008ecf50
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -1,3 +1,7 @@
plugins {
id 'java-library'
}
dependencies { dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12' testImplementation group: 'junit', name: 'junit', version: '4.12'
/* /*
@ -5,7 +9,7 @@ dependencies {
/*/ /*/
implementation "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion" implementation "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
//*/ //*/
implementation "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion" api "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 // https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2' implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'