You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/02/24 16:05:07 UTC

[maven-invoker] branch mvn4 updated: Switch a few core plugins to the new api

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

gnodet pushed a commit to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git


The following commit(s) were added to refs/heads/mvn4 by this push:
     new c5727ff  Switch a few core plugins to the new api
c5727ff is described below

commit c5727ffebb81ad27e36f0cca51857b38a7f4b68c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Feb 24 17:00:58 2022 +0100

    Switch a few core plugins to the new api
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 06e8f4a..41ce1f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,12 @@ under the License.
       <version>1</version>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.sisu</groupId>
+      <artifactId>org.eclipse.sisu.inject</artifactId>
+      <version>0.3.5</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.13.2</version>
@@ -135,6 +141,7 @@ under the License.
           </excludes>
         </configuration>
       </plugin>
+      <!--
       <plugin>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>sisu-maven-plugin</artifactId>
@@ -148,6 +155,7 @@ under the License.
           </execution>
         </executions>
       </plugin>
+      -->
     </plugins>
   </build>