o using the new verifier in shared

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-18 21:55:48 +00:00
parent 79e98da8ce
commit d49ba09f8a
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ print POM <<END;
</build>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it-verifier</artifactId>
<version>2.1-SNAPSHOT</version>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>