Author: ruschein
Date: 2011-03-07 14:54:17 -0800 (Mon, 07 Mar 2011)
New Revision: 24322
Modified:
core3/profiler-mojo/trunk/pom.xml
Log:
Added all the Maven Surefire plugin dependencies.
Modified: core3/profiler-mojo/trunk/pom.xml
===================================================================
--- core3/profiler-mojo/trunk/pom.xml 2011-03-07 22:04:32 UTC (rev 24321)
+++ core3/profiler-mojo/trunk/pom.xml 2011-03-07 22:54:17 UTC (rev 24322)
@@ -12,6 +12,9 @@
<packaging>maven-plugin</packaging>
<version>1.0-SNAPSHOT</version>
<name>Cytoscape Regression Test Profiler Maven Mojo</name>
+ <prerequisites>
+ <maven>2.0.9</maven>
+ </prerequisites>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
@@ -28,7 +31,37 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
- <version>2.0.4</version>
+ <version>2.0.9</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.surefire</groupId>
+ <artifactId>surefire-booter</artifactId>
+ <version>2.7.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.surefire</groupId>
+ <artifactId>maven-surefire-common</artifactId>
+ <version>2.7.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>2.0.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0.9</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-core</artifactId>
+ <version>2.0.9</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-toolchain</artifactId>
+ <version>2.0.9</version>
+ </dependency>
</dependencies>
</project>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.