Skip to content

Commit

Permalink
Merge pull request #280 from basil/spotbugs-annotations
Browse files Browse the repository at this point in the history
Exclude SpotBugs annotations from shaded JAR
  • Loading branch information
MarkEWaite committed Sep 19, 2022
2 parents 814d5af + c8ffa0d commit 8dd977e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
</excludes>
</filter>
</filters>
<artifactSet>
<excludes>
<exclude>com.github.spotbugs:spotbugs-annotations</exclude>
</excludes>
</artifactSet>
<!-- Jetty uses reflection in various places and that breaks relocation
<relocations>
<relocation>
Expand Down

0 comments on commit 8dd977e

Please sign in to comment.