Refactoring and dynamic test suite

This commit is contained in:
Paul Schaub 2022-03-17 15:27:28 +01:00
parent 38ef283313
commit 3af16baa20
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
23 changed files with 287 additions and 162 deletions

View file

@ -10,6 +10,7 @@ group 'org.pgpainless'
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
@ -20,7 +21,7 @@ dependencies {
testImplementation 'com.ginsberg:junit5-system-exit:1.1.2'
testImplementation 'org.mockito:mockito-core:4.3.1'
implementation("org.pgpainless:pgpainless-cert-d:0.1.0")
implementation("org.pgpainless:pgpainless-cert-d:0.1.1")
implementation project(':wkd-java')
implementation "info.picocli:picocli:4.6.3"