We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431791c commit 9b44a8fCopy full SHA for 9b44a8f
spring-cloud-gray-samples/spring-cloud-gray-server-sample/pom.xml
@@ -24,6 +24,12 @@
24
<dependency>
25
<groupId>org.springframework.cloud</groupId>
26
<artifactId>spring-cloud-starter-eureka</artifactId>
27
+ <exclusions>
28
+ <exclusion>
29
+ <artifactId>bcpkix-jdk15on</artifactId>
30
+ <groupId>org.bouncycastle</groupId>
31
+ </exclusion>
32
+ </exclusions>
33
</dependency>
34
35
<groupId>cn.springcloud.gray</groupId>
0 commit comments