You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "michael-o (via GitHub)" <gi...@apache.org> on 2023/03/07 22:36:35 UTC

[GitHub] [maven] michael-o commented on a diff in pull request #1005: Replace some old, pre-Java 7 Plexus code

michael-o commented on code in PR #1005:
URL: https://github.com/apache/maven/pull/1005#discussion_r1128684066


##########
maven-compat/pom.xml:
##########
@@ -100,6 +100,10 @@ under the License.
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>

Review Comment:
   I agree here because I moved to to test scope because we just don't need it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org