From 36528b65fc7258239c2b19efb280eee60337263a Mon Sep 17 00:00:00 2001 From: Rafael Direito Date: Tue, 8 Oct 2024 18:47:04 +0000 Subject: [PATCH] Added missing dependency. Closes #13 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 91792e1..b6db3f9 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,12 @@ spring-boot-starter-actuator + + org.bouncycastle + bcpkix-jdk15on + 1.70 + + -- GitLab