mirror of https://github.com/apache/maven.git
Fixing r553253 merge.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@554098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
947d587899
commit
407dd26f32
|
@ -671,9 +671,9 @@ public class DefaultArtifactCollectorTest
|
|||
public void testSnapshotNotIncluded()
|
||||
throws ArtifactResolutionException, InvalidVersionSpecificationException
|
||||
{
|
||||
ArtifactSpec a = createArtifact( "a", "1.0" );
|
||||
ArtifactSpec a = createArtifactSpec( "a", "1.0" );
|
||||
a.addDependency( "b", "[1.0,)" );
|
||||
createArtifact( "b", "1.0-SNAPSHOT" );
|
||||
createArtifactSpec( "b", "1.0-SNAPSHOT" );
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue