Skip to content

Commit

Permalink
Prevent spotbugs-annotations from transitively leaking as a compile d…
Browse files Browse the repository at this point in the history
…ependency into other projects that use this project (#53)
  • Loading branch information
mstruk authored Oct 3, 2024
1 parent 76020da commit bdcf7d1
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 @@ -204,6 +204,7 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>${spotbugs.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit bdcf7d1

Please sign in to comment.