o Added missing dependencies

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@637207 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-03-14 18:46:39 +00:00
parent d44a1c3888
commit 9c0c1359d7
2 changed files with 14 additions and 0 deletions

View File

@ -69,6 +69,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<!-- misc -->
<dependency>

View File

@ -53,6 +53,16 @@
<artifactId>maven-plugin-tools-api</artifactId>
</dependency>
<!-- plexus -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<!-- misc -->
<dependency>
<groupId>qdox</groupId>