[MNG-8282] Disable MNG-0553 IT for Maven 4-beta5+ (feature reworked)

---

https://issues.apache.org/jira/browse/MNG-8282
This commit is contained in:
Tamas Cservenak 2024-10-03 10:34:01 +02:00
parent e2890989c1
commit 0bfde6311c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class MavenITmng0553SettingsAuthzEncryptionTest extends AbstractMavenInte
private int port;
public MavenITmng0553SettingsAuthzEncryptionTest() {
super("[2.1.0,3.0-alpha-1),[3.0-alpha-3,)");
super("[2.1.0,3.0-alpha-1),[3.0-alpha-3,4.0.0-beta-4]");
}
@BeforeEach