Skip to content

Commit

Permalink
Remove unused exclusion of spotbugs-annotations from checks-api
Browse files Browse the repository at this point in the history
Current checks-api does not require the exclusion

Confirmed that spotbugs-annotations is not included in the plugin packaging.
  • Loading branch information
MarkEWaite committed Sep 21, 2024
1 parent bcfd383 commit 5a450ac
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 @@ -152,12 +152,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 @@ -329,12 +323,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 5a450ac

Please sign in to comment.