This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch plexus in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git
The following commit(s) were added to refs/heads/plexus by this push: new 8af810d move plexus utils to test scope 8af810d is described below commit 8af810dd57576ea9777b1e2a67fa1e915bac7ad4 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Fri Sep 29 08:53:09 2023 -0400 move plexus utils to test scope --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a86230..99bd73f 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>4.0.0</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -110,7 +111,6 @@ <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> <version>3.3.4</version> - <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId>