From 55b562ade8f3a0560b8f0694abcadb2bb6cb706d Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 19 Nov 2024 15:09:28 -0800 Subject: [PATCH] [WFMP-280] Migrate to the new WildFly Launcher API GAV. https://issues.redhat.com/browse/WFMP-280 Signed-off-by: James R. Perkins --- plugin/pom.xml | 2 +- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index f6dd5128..2f824a1a 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -141,7 +141,7 @@ wildfly-controller-client - org.wildfly.core + org.wildfly.launcher wildfly-launcher diff --git a/pom.xml b/pom.xml index 1da507f2..2b1fb22c 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,7 @@ 1.1.0.Final 25.0.2.Final + 1.0.0.Beta1 32.0.1.Final 1.2.1.Final 1.2.1.Final @@ -408,9 +409,9 @@ ${version.org.wildfly.core} - org.wildfly.core + org.wildfly.launcher wildfly-launcher - ${version.org.wildfly.core} + ${version.org.wildfly.launcher}