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:
Brett Porter 2007-11-11 19:48:21 +00:00
parent 1c36166da1
commit 66eaa9b069
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ public class MavenIT0114ExtensionThatProvidesResources
extends AbstractMavenIntegrationTestCase
{
public MavenIT0114ExtensionThatProvidesResources()
throws InvalidVersionSpecificationException
{
super( "(,2.1-SNAPSHOT)" );
}