Skip to content

Commit 9b44a8f

Browse files
committed
解决示例代码jar包版本冲突
1 parent 431791c commit 9b44a8f

File tree

1 file changed

+6
-0
lines changed
  • spring-cloud-gray-samples/spring-cloud-gray-server-sample

1 file changed

+6
-0
lines changed

spring-cloud-gray-samples/spring-cloud-gray-server-sample/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<dependency>
2525
<groupId>org.springframework.cloud</groupId>
2626
<artifactId>spring-cloud-starter-eureka</artifactId>
27+
<exclusions>
28+
<exclusion>
29+
<artifactId>bcpkix-jdk15on</artifactId>
30+
<groupId>org.bouncycastle</groupId>
31+
</exclusion>
32+
</exclusions>
2733
</dependency>
2834
<dependency>
2935
<groupId>cn.springcloud.gray</groupId>

0 commit comments

Comments
 (0)