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
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
plugins {
id 'java-library'
}
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
/*
@ -5,7 +9,7 @@ dependencies {
/*/
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
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'