Skip to content

Commit

Permalink
Merge pull request #592 from jamezp/WFMP-280
Browse files Browse the repository at this point in the history
[WFMP-280] Migrate to the new WildFly Launcher API GAV.
  • Loading branch information
jamezp authored Nov 20, 2024
2 parents 2ce3574 + 55b562a commit 1ae49f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<artifactId>wildfly-controller-client</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
</dependency>
<!-- Seems to be needed as the controller client is transitively bringing it in -->
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<version.org.wildfly.plugin.tools>1.1.0.Final</version.org.wildfly.plugin.tools>
<!-- This version property is also retrieved by plugin at runtime to resolve CLI artifact -->
<version.org.wildfly.core>25.0.2.Final</version.org.wildfly.core>
<version.org.wildfly.launcher>1.0.0.Beta1</version.org.wildfly.launcher>
<version.org.wildfly>32.0.1.Final</version.org.wildfly>
<version.org.wildfly.channel>1.2.1.Final</version.org.wildfly.channel>
<version.org.wildfly.prospero>1.2.1.Final</version.org.wildfly.prospero>
Expand Down Expand Up @@ -408,9 +409,9 @@
<version>${version.org.wildfly.core}</version>
</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>
<!-- Seems to be needed as the controller client is transitively bringing it in -->
<dependency>
Expand Down

0 comments on commit 1ae49f2

Please sign in to comment.