You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/01/23 14:18:35 UTC

[GitHub] [maven-enforcer] pzygielo commented on a change in pull request #85: [MENFORCER-371] Require maven 3.1.1

pzygielo commented on a change in pull request #85:
URL: https://github.com/apache/maven-enforcer/pull/85#discussion_r563157955



##########
File path: enforcer-rules/pom.xml
##########
@@ -103,9 +103,11 @@
       <groupId>org.apache.maven.resolver</groupId>
       <artifactId>maven-resolver-util</artifactId>
     </dependency>
+    <!-- needed for ArtifactCollector and maven-dependency-tree 2.2 -->
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-compat</artifactId>
+      <scope>compile</scope>

Review comment:
       `scope` doesn't seem to be managed to anything else in parent, so why is it needed here and not for `maven-resolver-util` above?




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

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