Skip to content

Commit

Permalink
Fixed shading for javax.annotation.CheckForNull
Browse files Browse the repository at this point in the history
  • Loading branch information
dimafeng committed Jan 28, 2018
1 parent d7551de commit ffd3496
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<version>2.0.1</version>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.rnorth</groupId>
<artifactId>tcp-unix-socket-proxy</artifactId>
Expand Down Expand Up @@ -222,7 +228,7 @@
<include>org.apache.httpcomponents:*</include>
<include>org.glassfish.*:*</include>
<include>org.aopalliance.*:*</include>
<include>javax.annotation:*</include>
<include>com.google.code.findbugs:jsr305</include>
<include>javax.inject:*</include>
<include>javax.ws.rs:*</include>
<include>com.fasterxml.*:*</include>
Expand Down

0 comments on commit ffd3496

Please sign in to comment.