[ https://issues.apache.org/jira/browse/MDEP-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899274#comment-17899274 ]
ASF GitHub Bot commented on MDEP-966: ------------------------------------- elharo commented on code in PR #471: URL: https://github.com/apache/maven-dependency-plugin/pull/471#discussion_r1847329297 ########## pom.xml: ########## @@ -171,6 +171,11 @@ under the License. <artifactId>plexus-archiver</artifactId> <version>${plexus-archiver.version}</version> </dependency> + <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + <version>0.9.0.M3</version> + </dependency> Review Comment: done > Migrate from Plexus annotations to JSR 330 annotations > ------------------------------------------------------ > > Key: MDEP-966 > URL: https://issues.apache.org/jira/browse/MDEP-966 > Project: Maven Dependency Plugin > Issue Type: Dependency upgrade > Reporter: Elliotte Rusty Harold > Assignee: Elliotte Rusty Harold > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)