mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Depend on pgp-certificate-store
This commit is contained in:
parent
86c7229172
commit
b287d28a28
2 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,9 @@ dependencies {
|
|||
api "org.bouncycastle:bcpg-jdk15to18:$bouncyPgVersion"
|
||||
// api(files("../libs/bcpg-jdk18on-1.70.jar"))
|
||||
|
||||
// certificate store
|
||||
api "org.pgpainless:pgp-certificate-store:$pgpCertificateStoreVersion"
|
||||
|
||||
// @Nullable, @Nonnull annotations
|
||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue