This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch commons-io in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit c4111657a323cb0f4b011e4d2fd301c4e7aa885d Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat May 20 11:29:20 2023 -0400 move commons-io to test scope --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f49fed74..845cc787 100644 --- a/pom.xml +++ b/pom.xml @@ -197,6 +197,7 @@ under the License. <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.11.0</version> + <scope>test</scope> </dependency> <!-- plexus -->