This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e681d70c [MDEP-966] Add previously undeclared but used sisu dependency 
(#471)
e681d70c is described below

commit e681d70c84b9fd803eb8c42f74502b891823449f
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Mon Nov 18 22:53:56 2024 +0000

    [MDEP-966] Add previously undeclared but used sisu dependency (#471)
    
    * Add previously undeclared but used sisu dependency
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f72428a2..f23a6d61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,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>
+      <scope>provided</scope>
+    </dependency>
     <!-- MNG-6607: needs to be overriden for commons-compress otherwise it 
will appear earlier in the tree -->
     <dependency>
       <groupId>org.apache.commons</groupId>

Reply via email to