mirror of https://github.com/apache/maven.git
[MNG-4643] [regression] Transitive dependency not available due to dependency POM erroneously rejected as invalid
o Extended IT git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@949442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e580ddd2f3
commit
46ae5b81c4
|
@ -38,7 +38,7 @@ public class MavenITmng4403LenientDependencyPomParsingTest
|
|||
|
||||
public MavenITmng4403LenientDependencyPomParsingTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
super( "[2.0.3,3.0-alpha-1),[3.0-beta-2,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,6 +27,9 @@ under the License.
|
|||
<version>0.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<!-- invalid/unexpected text content (MNG-4643) -->
|
||||
foo
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>maven-core-it</id>
|
||||
|
|
Loading…
Reference in New Issue