Skip to content

Commit 7d8c84e

Browse files
authored
Merge pull request #151 from basil/pom
Avoid Enforcer errors in dependent plugins
2 parents 22d7de9 + 55ffa2a commit 7d8c84e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<groupId>commons-io</groupId>
6363
<artifactId>commons-io</artifactId>
6464
</exclusion>
65+
<exclusion>
66+
<groupId>javax.annotation</groupId>
67+
<artifactId>javax.annotation-api</artifactId>
68+
</exclusion>
6569
</exclusions>
6670
</dependency>
6771
<dependency>

0 commit comments

Comments
 (0)