Skip to content

Commit

Permalink
Added javax.annotations exclusion to avoid Maven dependency convergen…
Browse files Browse the repository at this point in the history
…ce issues

Please Martin or Stuart, go do the real fix
  • Loading branch information
emmanuelbernard committed Sep 17, 2018
1 parent f0b4d52 commit 491f682
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arc/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<dependency>
<groupId>org.jboss.protean.arc</groupId>
<artifactId>arc-processor</artifactId>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 491f682

Please sign in to comment.