mirror of https://github.com/apache/maven.git
o Removed dependency on maven-artifact
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3db081c33
commit
db72e2d7dd
|
@ -19,7 +19,6 @@
|
|||
|
||||
package org.apache.maven.it;
|
||||
|
||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
import java.io.File;
|
||||
|
@ -44,7 +43,6 @@ public class MavenITmng2720SiblingClasspathArtifactsTest
|
|||
{
|
||||
|
||||
public MavenITmng2720SiblingClasspathArtifactsTest()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
super( "[2.1.0,)" );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue