Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 21c1c46

Browse files
committed
exclude outdated bouncycastle:bcpkix-jdk15on
1 parent aea8bfe commit 21c1c46

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

services/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<!-- The cloud bootstrap starter is needed due to a breaking change implemented in Spring Cloud 2020.0.0 which turns off the Bootstrap
27-
context (used throughout the services for vault config) by default -->
26+
<!-- The cloud bootstrap starter is needed due to a breaking change implemented in Spring Cloud 2020.0.0 which turns
27+
off the Bootstrap context (used throughout the services for vault config) by default -->
2828
<groupId>org.springframework.cloud</groupId>
2929
<artifactId>spring-cloud-starter-bootstrap</artifactId>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>org.bouncycastle</groupId>
33+
<artifactId>bcpkix-jdk15on</artifactId>
34+
</exclusion>
35+
</exclusions>
3036
</dependency>
3137
<dependency>
3238
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)