Remove unused dependency on wkd-java

This commit is contained in:
Paul Schaub 2023-07-13 16:24:35 +02:00
parent acfc683ac0
commit e2be3c002f
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ dependencies {
implementation(project(":pgpainless-wot"))
// Web Key Directory
implementation("org.pgpainless:wkd-java:0.1.1")
// implementation("org.pgpainless:wkd-java:0.1.2")
}
mainClassName = 'org.pgpainless.wot.cli.WotCLI'