Skip to content

Commit

Permalink
Switch to Smallrye Jandex to align with Helidon. (#956) (#973)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Langer <tomas.langer@oracle.com>
  • Loading branch information
romain-grecourt and tomas-langer authored Aug 4, 2023
1 parent daebf39 commit 4ece0cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion linker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion linker/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

requires jdk.jlink;
requires jdk.jdeps;
requires jandex;
requires org.jboss.jandex;
requires org.fusesource.jansi;
requires org.objectweb.asm;
requires io.helidon.build.common;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<version.lib.hamcrest>1.3</version.lib.hamcrest>
<version.lib.invoker>3.0.1</version.lib.invoker>
<version.lib.jackson>2.11.0</version.lib.jackson>
<version.lib.jandex>2.1.1.Final</version.lib.jandex>
<version.lib.jandex>3.1.2</version.lib.jandex>
<version.lib.jansi>1.18</version.lib.jansi>
<version.lib.jaxb-api>2.3.3</version.lib.jaxb-api>
<version.lib.jaxb-core>2.3.0.1</version.lib.jaxb-core>
Expand Down Expand Up @@ -756,7 +756,7 @@
<version>${version.lib.mustache}</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
<version>${version.lib.jandex}</version>
</dependency>
Expand Down

0 comments on commit 4ece0cb

Please sign in to comment.