From 8d56134b065d756a5822bbc19f0d34ff18745572 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 28 Apr 2024 18:07:33 +0200 Subject: [PATCH] [MINVOKER-337] Exclude plexus-container-default and o.a.maven from runtime dependencies --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 07976cad..c1b98dc1 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,11 @@ under the License. ${mavenVersion} provided + + org.eclipse.aether + aether-util + 1.0.0.v20140518 + @@ -161,6 +166,10 @@ under the License. org.codehaus.plexus plexus-container-default + + org.apache.maven + * + @@ -169,6 +178,12 @@ under the License. org.apache.maven.doxia doxia-sink-api 1.12.0 + + + org.codehaus.plexus + plexus-container-default + +