From 5a3bd5a7fad9542b12541a6fd2806bcfe0e3b2a6 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Thu, 14 Dec 2023 17:19:57 +0100 Subject: [PATCH] Fix maven build stability by removing incorrect element - maven version is correctly already being enforced by maven-enforcer-plugin. Avoids the [WARNING] The project org.jgroups:jgroups:jar:5.3.1.Final-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 51c830c0c5..98d45e28c7 100644 --- a/pom.xml +++ b/pom.xml @@ -66,10 +66,6 @@ - - 3.0.4 - - jboss-public-repository-group @@ -99,8 +95,6 @@ always - -