[MNG-7043] MavenITmng3991ValidDependencyScopeTest will fail with Maven 4.0.0
Open
bug
priority:major
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 297
Description
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** opened **[MNG-7043](https://issues.apache.org/jira/browse/MNG-7043?redirect=false)** and commented
As soon as Maven master will move to 4.0.0 `MavenITmng3991ValidDependencyScopeTest` will fail due to the coded version constraint:
```java
public MavenITmng3991ValidDependencyScopeTest()
{
// TODO: One day, we should be able to error out but this requires to consider extensions and their use cases
super( "[4.0,)" );
}
```
---
**Affects:** 4.0.0
Contributor guide
Assessment
This issue has not been assessed yet.