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:47 UTC

[maven-project-info-reports-plugin] branch io created (now 27c7984)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch io
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


      at 27c7984  explicit commons-io dependency

This branch includes the following new commits:

     new 27c7984  explicit commons-io dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>