mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Debug signature verification using debug build of bcpg
This commit is contained in:
parent
9fc4b0b42e
commit
4d6ca80e25
5 changed files with 59 additions and 77 deletions
|
@ -8,7 +8,12 @@ dependencies {
|
|||
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:1.7.32'
|
||||
testImplementation 'ch.qos.logback:logback-classic:1.2.5'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue