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 4d2523f commit 8b56578Copy full SHA for 8b56578
spring-cloud-gray-plugins/spring-cloud-gray-plugin-eureka/pom.xml
@@ -42,6 +42,14 @@
42
<artifactId>error_prone_annotations</artifactId>
43
<groupId>com.google.errorprone</groupId>
44
</exclusion>
45
+ <exclusion>
46
+ <artifactId>jsr305</artifactId>
47
+ <groupId>com.google.code.findbugs</groupId>
48
+ </exclusion>
49
50
+ <artifactId>checker-qual</artifactId>
51
+ <groupId>org.checkerframework</groupId>
52
53
</exclusions>
54
</dependency>
55
0 commit comments