This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch plex in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git
commit ffe923de81c0f78fe8c7c2230e794244161ffe57 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed Apr 21 10:46:21 2021 -0400 make dependency on commons-io explicit --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6f02ab2..55fdbc5 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,7 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> + <scope>test</scope> </dependency> <dependency>
