This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new 3d3ecceda0 plexus-testing dependencies should be use in test scope
3d3ecceda0 is described below
commit 3d3ecceda0d5aea189e855dfd253005488827ccd
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Mar 8 10:41:37 2026 +0100
plexus-testing dependencies should be use in test scope
---
maven-compat/pom.xml | 1 -
maven-core/pom.xml | 2 +-
maven-resolver-provider/pom.xml | 1 -
pom.xml | 5 +++++
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index 804571f253..92919aac89 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -125,7 +125,6 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 3706dd840b..603ee1936c 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -168,7 +168,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.1.0</version>
+ <scope>test</scope>
</dependency>
</dependencies>
diff --git a/maven-resolver-provider/pom.xml b/maven-resolver-provider/pom.xml
index 5f2fce574f..74421422a4 100644
--- a/maven-resolver-provider/pom.xml
+++ b/maven-resolver-provider/pom.xml
@@ -128,7 +128,6 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-testing</artifactId>
- <version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 01a1fb1fbf..a63ba08090 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,6 +501,11 @@ under the License.
<version>${hamcrestVersion}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-testing</artifactId>
+ <version>2.1.0</version>
+ </dependency>
</dependencies>
</dependencyManagement>