mirror of https://github.com/apache/maven.git
adding required dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bba179f5aa
commit
6f9000f66d
|
@ -12,4 +12,11 @@
|
||||||
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
||||||
<inceptionYear>2004</inceptionYear>
|
<inceptionYear>2004</inceptionYear>
|
||||||
<package>org.apache.maven.plugin.install</package>
|
<package>org.apache.maven.plugin.install</package>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>maven</groupId>
|
||||||
|
<artifactId>maven-core</artifactId>
|
||||||
|
<version>2.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue