summaryrefslogtreecommitdiff
path: root/common/build.gradle
diff options
context:
space:
mode:
authorAntoine A <>2024-03-26 23:20:58 +0100
committerAntoine A <>2024-03-26 23:20:58 +0100
commit3a0df963d964e5f1dc8c3105c4ad689525441408 (patch)
tree00339cd54e668cbc4b814843e52405fe5f8057ab /common/build.gradle
parent5ce5347e053d1222a9ac929de2f5373dd22337ad (diff)
downloadlibeufin-3a0df963d964e5f1dc8c3105c4ad689525441408.tar.gz
libeufin-3a0df963d964e5f1dc8c3105c4ad689525441408.tar.bz2
libeufin-3a0df963d964e5f1dc8c3105c4ad689525441408.zip
Support EBICS 3 key management
Diffstat (limited to 'common/build.gradle')
-rw-r--r--common/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/build.gradle b/common/build.gradle
index 439950d7..446910ec 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -19,6 +19,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.5.3")
// Crypto
implementation("org.bouncycastle:bcprov-jdk18on:1.77")
+ implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
// Database helper
implementation("org.postgresql:postgresql:$postgres_version")
implementation("com.zaxxer:HikariCP:5.1.0")