You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/03/06 21:53:56 UTC

[maven-integration-testing] 01/02: [MNG-7045] Drop CDI API from Maven

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit 1931de367107d808ca11e8d2c2d48b2a10a967a9
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 6 22:51:46 2022 +0100

    [MNG-7045] Drop CDI API from Maven
    
    Enable test for min fixed Maven version
---
 .../apache/maven/it/MavenITmng7045DropUselessAndOutdatedCdiApiTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7045DropUselessAndOutdatedCdiApiTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7045DropUselessAndOutdatedCdiApiTest.java
index 59cce2f..17d4195 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7045DropUselessAndOutdatedCdiApiTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7045DropUselessAndOutdatedCdiApiTest.java
@@ -31,7 +31,7 @@ public class MavenITmng7045DropUselessAndOutdatedCdiApiTest
 
     public MavenITmng7045DropUselessAndOutdatedCdiApiTest()
     {
-        super( "[4.0.0-alpha-1,)" );
+        super( "[3.8.3,)" );
     }
 
     @Test