mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Export dependency on bcprov
This commit is contained in:
parent
132b21b1e1
commit
895adb24c6
1 changed files with 5 additions and 10 deletions
|
@ -6,18 +6,13 @@ dependencies {
|
|||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
||||
implementation "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
|
||||
|
||||
//*
|
||||
api "org.bouncycastle:bcpg-jdk15on:$bouncyCastleVersion"
|
||||
/*/
|
||||
api files("libs/bcpg-jdk18on-1.70-SNAPSHOT.jar")
|
||||
// */
|
||||
|
||||
implementation "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
testImplementation 'ch.qos.logback:logback-classic:1.2.5'
|
||||
|
||||
api "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
|
||||
api "org.bouncycastle:bcprov-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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue