mirror of https://github.com/apache/maven.git
Adding dep on p-u to fix the build.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@349968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd9cbdcd14
commit
a0db0c3347
|
@ -27,5 +27,10 @@
|
|||
<version>1.0-alpha-8</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<version>1.0.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue