Skip to content

Commit

Permalink
Merge pull request #416 from jamezp/WFARQ-156
Browse files Browse the repository at this point in the history
[WFARQ=156] Migrate to SmallRye Jandex.
  • Loading branch information
jamezp authored Jan 30, 2024
2 parents a7218b3 + 7e016f0 commit 3d012b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<properties>
<version.org.wildfly.core>23.0.1.Final</version.org.wildfly.core>
<version.org.wildfly.full>30.0.0.Final</version.org.wildfly.full>
<version.io.smallrye.jandex>3.1.6</version.io.smallrye.jandex>
<version.junit>4.13.2</version.junit>
<version.org.junit>5.9.1</version.org.junit>
<version.org.jboss.arquillian.core>1.8.0.Final</version.org.jboss.arquillian.core>
<version.org.jboss.arquillian.jakarta>1.8.0.Final</version.org.jboss.arquillian.jakarta>
<version.org.jboss.galleon>5.2.2.Final</version.org.jboss.galleon>
<version.org.jboss.jandex>2.4.3.Final</version.org.jboss.jandex>
<version.org.jboss.logging.jboss-logging>3.5.3.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.marshalling.jboss-marshalling>2.1.3.Final</version.org.jboss.marshalling.jboss-marshalling>
<version.org.jboss.msc.jboss-msc>1.5.2.Final</version.org.jboss.msc.jboss-msc>
Expand Down Expand Up @@ -373,9 +373,9 @@
<scope>test</scope>
</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
2 changes: 1 addition & 1 deletion protocol-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<dependencies>
<dependency>
<groupId>org.jboss</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 3d012b3

Please sign in to comment.