You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/12/31 15:44:34 UTC

svn commit: r1648708 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Author: hboutemy
Date: Wed Dec 31 14:44:34 2014
New Revision: 1648708

URL: http://svn.apache.org/r1648708
Log:
removed old dependency in profile which seems unused now...

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1648708&r1=1648707&r2=1648708&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Wed Dec 31 14:44:34 2014
@@ -376,14 +376,6 @@
           </plugin>
         </plugins>
       </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>
       <id>maven-2</id>