Skip to content

Commit

Permalink
Merge pull request #269 from rdnovell/6.4.x
Browse files Browse the repository at this point in the history
[6.4.x] [WFGP-261] Upgrade to jandex 3.0.6
  • Loading branch information
jfdenise authored Nov 21, 2023
2 parents 9d67009 + af78425 commit 72cc817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galleon-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<dependencies>
<dependency>
<groupId>org.jboss</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<version.org.jboss.logmanager>2.0.6.Final</version.org.jboss.logmanager>

<!-- versions of artifacts shaded inside wildfly-galleon-plugins -->
<version.org.jboss.jandex>2.4.3.Final</version.org.jboss.jandex>
<version.io.smallrye.jandex>3.0.6</version.io.smallrye.jandex>
<version.xom>1.3.7</version.xom>
<version.jaxen>1.1.6</version.jaxen>

Expand Down Expand Up @@ -300,9 +300,9 @@
</dependency>

<dependency>
<groupId>org.jboss</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
<version>${version.org.jboss.jandex}</version>
<version>${version.io.smallrye.jandex}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 72cc817

Please sign in to comment.