mirror of https://github.com/apache/maven.git
correct dependency needed
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b39d1c4c8
commit
ef63fb13c4
|
@ -126,7 +126,7 @@ public class GreetingMojo extends AbstractMojo
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-tools-api</artifactId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue