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

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

commit f018866592b652e58569679061d949b090a85b2b
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Fri Nov 17 22:35:39 2023 +0100

    [MDEP-890] - Upgrade sisu plexus deps related to Maven version.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index dea87485..910a93af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,17 +99,17 @@ under the License.
 
   <dependencyManagement>
     <dependencies>
-      <!-- TODO check with Maven Api upgrade -->
-      <!-- the same version as in Maven 3.1.1 -->
+      <!-- The same version as in Maven 3.2.5 -->
       <dependency>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>org.eclipse.sisu.inject</artifactId>
-        <version>0.3.0.M1</version>
+        <version>0.9.0.M2</version>
+        <classifier>no_asm</classifier>
       </dependency>
       <dependency>
         <groupId>org.eclipse.sisu</groupId>
         <artifactId>org.eclipse.sisu.plexus</artifactId>
-        <version>0.3.0.M1</version>
+        <version>0.9.0.M2</version>
       </dependency>
       <!-- override the version from maven-reporting-impl -->
       <dependency>

Reply via email to