Skip to content
Snippets Groups Projects
Commit 80d15ab4 authored by trantzas's avatar trantzas
Browse files

Merge branch '13-missing-dependency' into 'develop'

Resolve "Missing Dependency"

See merge request !10
parents 0d7c637f 36528b65
No related tags found
3 merge requests!17MR for Release 2024Q4,!14Merge develop into helm branch,!10Resolve "Missing Dependency"
Pipeline #9454 passed
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment