Skip to content

Commit

Permalink
Manage org.jboss:jandex version for consumers who didn't move to Jand…
Browse files Browse the repository at this point in the history
…ex 3 yet

(cherry picked from commit cb6c54d)
  • Loading branch information
Ladicek authored and gsmet committed Nov 1, 2022
1 parent a373b8e commit 26e08a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4257,6 +4257,12 @@
<artifactId>jandex</artifactId>
<version>${jandex.version}</version>
</dependency>
<!-- this is a relocation to io.smallrye:jandex, for consumers who didn't move yet -->
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
<version>${jandex.version}</version>
</dependency>

<dependency>
<groupId>org.graalvm.nativeimage</groupId>
Expand Down

0 comments on commit 26e08a6

Please sign in to comment.