This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch plexus in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 31d682b0b7e77f54f8199a4faf574ee5e65d4cc2 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Nov 16 16:21:39 2024 -0500 Add previously undeclared but used sisu dependency --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 5cdf2565..3f27ff90 100644 --- a/pom.xml +++ b/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> <!-- MNG-6607: needs to be overriden for commons-compress otherwise it will appear earlier in the tree --> <dependency> <groupId>org.apache.commons</groupId>