Add some PGPCertificateDirectory tests

This commit is contained in:
Paul Schaub 2022-08-23 15:19:01 +02:00
parent 70367e98f0
commit 5e850581c0
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
8 changed files with 399 additions and 8 deletions

View file

@ -30,6 +30,9 @@ dependencies {
// SQL Subkey table
testImplementation project(":pgp-cert-d-java-jdbc-sqlite-lookup")
testImplementation "org.bouncycastle:bcprov-jdk15to18:$bouncycastleVersion"
testImplementation "org.bouncycastle:bcpg-jdk15to18:$bouncycastleVersion"
}
animalsniffer {