mirror of https://github.com/apache/maven.git
add missing exception
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@593945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c36166da1
commit
66eaa9b069
|
@ -12,6 +12,7 @@ public class MavenIT0114ExtensionThatProvidesResources
|
|||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
public MavenIT0114ExtensionThatProvidesResources()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
super( "(,2.1-SNAPSHOT)" );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue