Author: alessio.soldano(a)jboss.com
Date: 2012-06-15 13:24:25 -0400 (Fri, 15 Jun 2012)
New Revision: 422
Modified:
core/trunk/pom.xml
Log:
[WISE-175] Removing useless plugin version declarations
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2012-06-15 17:11:08 UTC (rev 421)
+++ core/trunk/pom.xml 2012-06-15 17:24:25 UTC (rev 422)
@@ -97,46 +97,6 @@
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>2.0.4</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0.4</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <scope>provided</scope>
- <version>2.0.4</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <scope>provided</scope>
- <version>2.0.4</version>
- </dependency>
-
- <dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
Show replies by date