From c645dcdfd8e55c860dbc9bf3920d29da36a9cf99 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 11 Feb 2024 15:46:36 +0100 Subject: [PATCH] Require Maven 3.6.3+ --- pom.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 07a594d..71013b0 100644 --- a/pom.xml +++ b/pom.xml @@ -66,15 +66,23 @@ under the License. 11 ${maven-site-plugin.version} - 3.2.5 false + + + + org.codehaus.plexus + plexus-utils + 4.0.0 + + + + org.apache.maven maven-plugin-api - ${mavenVersion} provided @@ -98,7 +106,6 @@ under the License. org.apache.maven.plugin-tools maven-plugin-annotations - 3.10.2 provided @@ -109,7 +116,11 @@ under the License. org.codehaus.plexus plexus-utils - 3.5.1 + + + org.codehaus.plexus + plexus-xml + 3.0.0 edu.ucla.cs.compilers @@ -157,7 +168,6 @@ under the License. junit junit - 4.13.2 test