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:
Michal Maczka 2004-06-20 18:46:23 +00:00
parent bba179f5aa
commit 6f9000f66d
1 changed files with 7 additions and 0 deletions

View File

@ -12,4 +12,11 @@
<currentVersion>1.0-SNAPSHOT</currentVersion>
<inceptionYear>2004</inceptionYear>
<package>org.apache.maven.plugin.install</package>
<dependencies>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-core</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>