1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 00:54:50 +02:00

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

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'