Skip to content

Commit

Permalink
Merge pull request #150 from basil/annotation-api
Browse files Browse the repository at this point in the history
Avoid Enforcer errors in dependent plugins
  • Loading branch information
uhafner committed Jan 5, 2022
2 parents 82d4a07 + 0490245 commit 0f47fa4
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 @@ -111,6 +111,7 @@
<scope>test</scope>
<type>test-jar</type>
<exclusions>
<!-- Provided by Jenkins core -->
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
Expand All @@ -119,6 +120,10 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 0f47fa4

Please sign in to comment.