This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 6004f4fc Add missing dependency on commons-io (#452) 6004f4fc is described below commit 6004f4fc1bb7e728aaf7d7efe2c46c56d9ce6758 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sat Nov 9 09:26:29 2024 -0500 Add missing dependency on commons-io (#452) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 11f478b6..5845b678 100644 --- a/pom.xml +++ b/pom.xml @@ -175,6 +175,12 @@ under the License. <version>3.17.0</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.16.1</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId>