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 2020/08/31 13:33:48 UTC

[maven-project-info-reports-plugin] 01/01: explicit commons-io dependency

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-project-info-reports-plugin.git

commit 27c798465901d4ebab178c6128576b62b3240aa6
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Mon Aug 31 09:33:31 2020 -0400

    explicit commons-io dependency
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index c8053b2..5b95eb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,6 +396,11 @@ under the License.
       <artifactId>commons-validator</artifactId>
       <version>1.6</version>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.6</version>
+    </dependency>
   </dependencies>
 
   <build>