Skip to content

Commit

Permalink
Merge pull request #42 from basil/jsr305
Browse files Browse the repository at this point in the history
Exclude JSR 305
  • Loading branch information
jglick authored Dec 17, 2021
2 parents 6c2467d + 0639574 commit 712ea44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<artifactId>htmlunit</artifactId>
<version>2.56.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down

0 comments on commit 712ea44

Please sign in to comment.