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>
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
<artifactId>maven-core-it-verifier</artifactId>
|
<artifactId>maven-verifier</artifactId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue