mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 17:02:06 +01:00
Remove unused dependency on wkd-java
This commit is contained in:
parent
acfc683ac0
commit
e2be3c002f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ dependencies {
|
||||||
implementation(project(":pgpainless-wot"))
|
implementation(project(":pgpainless-wot"))
|
||||||
|
|
||||||
// Web Key Directory
|
// 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'
|
mainClassName = 'org.pgpainless.wot.cli.WotCLI'
|
||||||
|
|
Loading…
Reference in a new issue