removed old dependency in profile which seems unused now...

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648708 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-12-31 14:44:34 +00:00
parent fa0a5fc105
commit 0f464acc12
1 changed files with 0 additions and 8 deletions

View File

@ -376,14 +376,6 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-annotations</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
</dependency>
</dependencies>
</profile> </profile>
<profile> <profile>
<id>maven-2</id> <id>maven-2</id>