timtebeek commented on code in PR #1066:
URL: https://github.com/apache/maven/pull/1066#discussion_r1141465980
##########
maven-compat/pom.xml:
##########
@@ -80,6 +80,10 @@ under the License.
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
Review Comment:
This was removed in 703f814e34a04924ecec923d8f45508600d97b0f, [restored as
per this
thread](https://github.com/apache/maven/pull/1066#discussion_r1141462379), and
similar for maven-embedder below. Not a net-new dependency, but explicit direct
dependency that also comes in transitively.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]