DBZ-2192 Using fixed version of Jandex Maven plug-in

This commit is contained in:
Gunnar Morling 2020-06-18 10:11:07 +02:00 committed by Jiri Pechanec
parent 2afbe25a3b
commit 5fa81a5ac7

View File

@ -126,6 +126,7 @@
<version.failsafe.plugin>${version.surefire.plugin}</version.failsafe.plugin>
<version.checkstyle>8.32</version.checkstyle>
<version.revapi.plugin>0.11.5</version.revapi.plugin>
<version.jandex>1.0.8</version.jandex>
<version.revapi-java.plugin>0.21.0</version.revapi-java.plugin>
<version.build-helper.plugin>1.9.1</version.build-helper.plugin>
@ -655,6 +656,11 @@
<removeUnused>true</removeUnused>
</configuration>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${version.jandex}</version>
</plugin>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>