Skip to content
Snippets Groups Projects
Commit f816dc92 authored by Sören Henning's avatar Sören Henning
Browse files

Add BouncyCastle dependency

parent 900e1077
No related branches found
No related tags found
1 merge request!213Upgrade Quarkus
Pipeline #5627 failed
This commit is part of merge request !213. Comments created here will be created in the context of that merge request.
......@@ -20,6 +20,9 @@ dependencies {
implementation 'io.quarkus:quarkus-resteasy'
implementation 'io.quarkus:quarkus-kubernetes-client'
implementation 'org.bouncycastle:bcprov-ext-jdk15on:1.68'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.68'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.slf4j:slf4j-simple:1.7.32'
implementation 'io.github.microutils:kotlin-logging:2.1.16'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment