Skip to content

Commit

Permalink
Merge pull request #1839 from MarkEWaite/remove-unused-exclusion
Browse files Browse the repository at this point in the history
Remove unused exclusion of spotbugs-annotations from checks-api
  • Loading branch information
uhafner authored Sep 22, 2024
2 parents 28a3514 + 5a450ac commit dcabee5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>checks-api</artifactId>
<exclusions>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down Expand Up @@ -327,12 +321,6 @@
<artifactId>checks-api</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
<exclusions>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit dcabee5

Please sign in to comment.