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

[maven-shared-io] branch plex updated (65d162d -> 74c5519)

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

elharo pushed a change to branch plex
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


    from 65d162d  make dependency on commons-io explicit
     new ffe923d  make dependency on commons-io explicit
     new 74c5519  whitespace

The 2 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.


Summary of changes:
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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

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

[maven-shared-io] 02/02: whitespace

Posted by el...@apache.org.
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 74c55193c977f856bde999cb23828199351973dd
Author: Elliotte Rusty Harold <el...@google.com>
AuthorDate: Wed Apr 21 10:47:07 2021 -0400

    whitespace
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55fdbc5..3b40531 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,13 +105,13 @@
       <artifactId>sisu-inject-plexus</artifactId>
       <version>1.4.2</version>
     </dependency>
-   <dependency>
+    
+    <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>2.6</version>
       <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>