diff --git a/pom.xml b/pom.xml index 91792e19b7c45aaf9bf37513a65f9927ecc4cf4c..b6db3f9c1e05edc5bfdea9d8b9c7333a3255a518 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,12 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>1.70</version> + </dependency> + <!-- fabric8 -->