1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-16 09:11:08 +01:00

Implement lookup mechanism using sqlite

This commit is contained in:
Paul Schaub 2022-02-14 15:00:15 +01:00
parent c4898ed26a
commit 0e4cf1c166
12 changed files with 419 additions and 8 deletions

View file

@ -20,6 +20,8 @@ dependencies {
// Logging
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
testImplementation project(":pgp-cert-d-java-jdbc-sqlite-lookup")
api project(":pgp-certificate-store")
}