Author: ruschein
Date: 2010-08-03 14:58:24 -0700 (Tue, 03 Aug 2010)
New Revision: 21151
Modified:
core3/io-impl/trunk/pom.xml
Log:
Removed junit version hard coding.
Modified: core3/io-impl/trunk/pom.xml
===================================================================
--- core3/io-impl/trunk/pom.xml 2010-08-03 20:58:41 UTC (rev 21150)
+++ core3/io-impl/trunk/pom.xml 2010-08-03 21:58:24 UTC (rev 21151)
@@ -78,8 +78,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
-<!-- <version>${junit.version}</version> -->
- <version>4.4</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
--
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.