This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch dep in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git
commit 585a7db592c47c3b6e49e49d91fad7e3e408ad59 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Mon Sep 28 06:39:25 2020 -0400 declare commons-io as a dependency --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 31fd4bb..a8172ba 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,11 @@ <artifactId>sisu-inject-plexus</artifactId> <version>1.4.2</version> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.6</version> + </dependency> <dependency> <groupId>org.sonatype.aether</groupId>