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

Add AbstractCertificateStore class

This commit is contained in:
Paul Schaub 2022-03-01 14:35:47 +01:00
parent e9434f8d9e
commit 5acd1f1812
2 changed files with 40 additions and 0 deletions

View file

@ -17,6 +17,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Logging
api "org.slf4j:slf4j-api:$slf4jVersion"
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
}