apache / apache/maven

[MNG-7043] MavenITmng3991ValidDependencyScopeTest will fail with Maven 4.0.0

Open
#7,994 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.