From 3e2020a54303e366b072f2af2e47d2e1859feaf7 Mon Sep 17 00:00:00 2001 From: Fotis Soldatos <fsoldatos@ubitech.eu> Date: Tue, 31 May 2022 10:35:08 +0300 Subject: [PATCH] chore(policy): add bouncycastle dependency to pom.xml --- src/policy/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/policy/pom.xml b/src/policy/pom.xml index 02077d79a..6233d3edb 100644 --- a/src/policy/pom.xml +++ b/src/policy/pom.xml @@ -99,6 +99,12 @@ </dependencyManagement> <dependencies> + <dependency> + <groupId>io.github.project-openubl</groupId> + <artifactId>quarkus-bouncycastle</artifactId> + <version>1.2.2.Final</version> + </dependency> + <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-grpc</artifactId> -- GitLab