DBZ-5774 Use new io.smallrye:jandex rather than org.jboss:jandex

This commit is contained in:
Chris Cranford 2022-10-26 16:30:45 -04:00 committed by Jiri Pechanec
parent 8a680567bc
commit 0837f529a5

View File

@ -30,9 +30,9 @@
</dependency>
<!-- Needed specifically for AdditionalJaxbMappingProducerImpl usage -->
<dependency>
<groupId>org.jboss</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
<version>2.4.0.Final</version>
<version>3.0.1</version>
</dependency>
<!-- Needed primarily for @Incubating annotation -->
<dependency>