Add plexus dependency to maven-plugins because it use by several plugins.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-08-26 13:47:17 +00:00
parent 11bb73f1ec
commit 742dd53292
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@
<artifactId>maven-plugin</artifactId> <artifactId>maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus</artifactId>
<version>0.17</version>
</dependency>
</dependencies> </dependencies>
</project> </project>