Skip to content

Commit

Permalink
Merge pull request #202 from basil/jsr305
Browse files Browse the repository at this point in the history
Ignore `jsr305` warnings
  • Loading branch information
jglick committed Nov 30, 2021
2 parents f5de370 + 19b7b06 commit 20f15ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@
</requireJavaVersion>
<requireUpperBoundDeps>
<excludes>
<exclude>com.google.code.findbugs:jsr305</exclude>
<exclude>javax.servlet:javax.servlet-api</exclude>
<exclude>javax.servlet:servlet-api</exclude>
</excludes>
Expand Down

0 comments on commit 20f15ab

Please sign in to comment.