Skip to content

Commit

Permalink
Merge pull request #513 from jamezp/WFARQ-196
Browse files Browse the repository at this point in the history
[WFARQ-196] Migrate to using the new WildFly Launcher API GAV.
  • Loading branch information
jamezp authored Nov 20, 2024
2 parents da1c751 + a3b1b8a commit e84b313
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions bom/project-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<properties>
<version.org.wildfly.core>26.0.1.Final</version.org.wildfly.core>
<version.org.wildfly.full>31.0.1.Final</version.org.wildfly.full>
<version.org.wildfly.launcher>1.0.0.Beta1</version.org.wildfly.launcher>
<version.io.smallrye.jandex>3.1.6</version.io.smallrye.jandex>
<version.junit>4.13.2</version.junit>
<version.org.junit>5.11.3</version.org.junit>
Expand Down Expand Up @@ -247,9 +248,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
<version>${version.org.wildfly.core}</version>
<version>${version.org.wildfly.launcher}</version>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<artifactId>wildfly-controller-client</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion container-bootable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
</dependency>
<!-- Test Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion container-managed-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<artifactId>wildfly-arquillian-common-domain</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion container-managed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<artifactId>remoting-jmx</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
</dependency>
<!-- Test Dependencies -->
Expand Down

0 comments on commit e84b313

Please sign in to comment.