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:
[email protected]