Skip to content

Commit ffd3496

Browse files
committed
Fixed shading for javax.annotation.CheckForNull
1 parent d7551de commit ffd3496

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
<version>2.0.1</version>
6969
</dependency>
7070

71+
<dependency>
72+
<groupId>com.google.code.findbugs</groupId>
73+
<artifactId>jsr305</artifactId>
74+
<version>3.0.2</version>
75+
</dependency>
76+
7177
<dependency>
7278
<groupId>org.rnorth</groupId>
7379
<artifactId>tcp-unix-socket-proxy</artifactId>
@@ -222,7 +228,7 @@
222228
<include>org.apache.httpcomponents:*</include>
223229
<include>org.glassfish.*:*</include>
224230
<include>org.aopalliance.*:*</include>
225-
<include>javax.annotation:*</include>
231+
<include>com.google.code.findbugs:jsr305</include>
226232
<include>javax.inject:*</include>
227233
<include>javax.ws.rs:*</include>
228234
<include>com.fasterxml.*:*</include>

0 commit comments

Comments
 (0)