From e0f11190d85a3d2ed729fe2ff8afbf65e5fb4095 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 15 May 2023 20:08:46 +0200 Subject: [PATCH] [SCM-1009] Wrong scope of maven-compat (#170) The maven-compat is enlisted as provided dependency of plugin, while it is actually NOT needed at runtime, but due this Maven warns in 3.9.2+. The maven-compat IS needed, but only in test scope. --- https://issues.apache.org/jira/browse/SCM-1009 --- maven-scm-plugin/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml index 979c72054..fcc98e21e 100644 --- a/maven-scm-plugin/pom.xml +++ b/maven-scm-plugin/pom.xml @@ -59,12 +59,6 @@ ${mavenVersion} provided - - org.apache.maven - maven-compat - ${mavenVersion} - provided - org.apache.maven maven-settings @@ -138,6 +132,12 @@ 3.3.0 test + + org.apache.maven + maven-compat + ${mavenVersion} + test + org.apache.maven.scm maven-scm-test