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.
2 parents 86718b1 + ffd3496 commit 521685eCopy full SHA for 521685e
core/pom.xml
@@ -68,6 +68,12 @@
68
<version>2.0.1</version>
69
</dependency>
70
71
+ <dependency>
72
+ <groupId>com.google.code.findbugs</groupId>
73
+ <artifactId>jsr305</artifactId>
74
+ <version>3.0.2</version>
75
+ </dependency>
76
+
77
<dependency>
78
<groupId>org.rnorth</groupId>
79
<artifactId>tcp-unix-socket-proxy</artifactId>
@@ -222,7 +228,7 @@
222
228
<include>org.apache.httpcomponents:*</include>
223
229
<include>org.glassfish.*:*</include>
224
230
<include>org.aopalliance.*:*</include>
225
- <include>javax.annotation:*</include>
231
+ <include>com.google.code.findbugs:jsr305</include>
226
232
<include>javax.inject:*</include>
227
233
<include>javax.ws.rs:*</include>
234
<include>com.fasterxml.*:*</include>
0 commit comments