From e72a7905e3c0d05845822e145a005ea2eb7f8f13 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sun, 8 Jun 2025 16:58:46 +0200 Subject: [PATCH] Use gmavenplus-plugin (#4843) Signed-off-by: Holger Friedrich --- bundles/org.openhab.core.semantics/pom.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/bundles/org.openhab.core.semantics/pom.xml b/bundles/org.openhab.core.semantics/pom.xml index 97a8cdcd38..78d26dcda7 100644 --- a/bundles/org.openhab.core.semantics/pom.xml +++ b/bundles/org.openhab.core.semantics/pom.xml @@ -45,19 +45,14 @@ - org.codehaus.gmaven - groovy-maven-plugin - 2.1.1 + org.codehaus.gmavenplus + gmavenplus-plugin + 4.2.0 - org.apache.ivy - ivy - 2.5.3 - - - org.codehaus.groovy + org.apache.groovy groovy-all - 3.0.25 + 4.0.27 pom @@ -68,7 +63,9 @@ generate-resources - ${project.basedir}/model/generateTagClasses.groovy + + +