Skip to content

Commit

Permalink
Remove unnecessary enforceBytecodeVersion excludes (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jan 20, 2023
1 parent dae5027 commit 1cef204
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -606,11 +606,6 @@
<ignoredScopes>
<ignoredScope>test</ignoredScope>
</ignoredScopes>
<excludes>
<!-- findbugs dep managed to provided and optional so is not shipped and missing annotations ok -->
<exclude>com.github.spotbugs:spotbugs-annotations</exclude>
<exclude>com.google.code.findbugs:annotations</exclude>
</excludes>
<!-- To add exclusions in a child POM, use:
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 1cef204

Please sign in to comment.