You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/04/21 14:47:19 UTC

[maven-shared-io] 01/02: make dependency on commons-io explicit

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 <el...@google.com>
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>