mirror of https://github.com/apache/maven.git
no message
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0be8d9bf8
commit
f7d630577d
|
@ -148,7 +148,7 @@ public class ArtifactResolverTest
|
|||
{
|
||||
try
|
||||
{
|
||||
dependencies.add( createArtifact( "h", "1.0" ) );
|
||||
dependencies.add( new DefaultArtifact( "maven", "h", "1.0", "jar" ) );
|
||||
}
|
||||
catch ( Exception e )
|
||||
{
|
||||
|
@ -194,7 +194,7 @@ public class ArtifactResolverTest
|
|||
{
|
||||
try
|
||||
{
|
||||
dependencies.add( createArtifact( "j", "1.0" ) );
|
||||
dependencies.add( new DefaultArtifact( "maven", "j", "1.0", "jar" ) );
|
||||
}
|
||||
catch ( Exception e )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue