Skip to content

Commit

Permalink
Merge pull request #151 from basil/pom
Browse files Browse the repository at this point in the history
Avoid Enforcer errors in dependent plugins
  • Loading branch information
uhafner authored Jan 5, 2022
2 parents 22d7de9 + 55ffa2a commit 7d8c84e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 7d8c84e

Please sign in to comment.