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
commit 7101baaa2f55cdc60b48c1ae4dce2f291f21951a Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Fri Sep 29 08:50:24 2023 -0400 move plexus utils to test scope --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 91507fe..3a86230 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,7 @@ <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>