mirror of https://github.com/apache/maven.git
o Removed unused code
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7741914080
commit
52e44fdcb3
|
@ -20,15 +20,11 @@
|
|||
package org.apache.maven.it;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||
import org.apache.maven.it.util.IOUtil;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
import org.apache.maven.it.util.StringUtils;
|
||||
|
@ -49,21 +45,8 @@ import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
|
|||
public class MavenITmng3057VersionExprTransformations
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
private static final List VERIFICATION_EXPRESSIONS;
|
||||
|
||||
static
|
||||
{
|
||||
List exprs = new ArrayList();
|
||||
|
||||
exprs.add( "project.parent.version" );
|
||||
exprs.add( "project.version" );
|
||||
|
||||
VERIFICATION_EXPRESSIONS = exprs;
|
||||
}
|
||||
|
||||
|
||||
public MavenITmng3057VersionExprTransformations()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
// TODO: port to 3.x
|
||||
super( "[2.1.0,)" ); // only test in 2.1.0+
|
||||
|
|
Loading…
Reference in New Issue