This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch io in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit fdf9028ac4d55e00f6b62e37fe79d05fa0b9bf2c Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Nov 9 08:56:43 2024 -0500 Add missing dependency on commons-io --- 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>