Skip to content

Commit

Permalink
Merge pull request #1921 from mkouba/issue-1920-jandex-version
Browse files Browse the repository at this point in the history
Override the Jandex version used by jandex-maven-plugin in build-parent
  • Loading branch information
Sanne authored Apr 9, 2019
2 parents 4a2931f + aed0a9e commit d4fa7e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,15 @@
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.0.5</version>
<dependencies>
<!-- For now we need to override and hardcode the jandex version -->
<!-- See also https://github.com/wildfly/jandex-maven-plugin/pull/13 -->
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
<version>2.1.1.Final</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
Expand Down

0 comments on commit d4fa7e2

Please sign in to comment.