mirror of https://github.com/apache/maven.git
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:
parent
79e98da8ce
commit
d49ba09f8a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue