Author: jverhaeg(a)redhat.com
Date: 2008-06-18 10:20:42 -0400 (Wed, 18 Jun 2008)
New Revision: 297
Modified:
trunk/dna-repository/pom.xml
Log:
Removed unnecessary version and scope from Mockito dependency declaration since these are
inherited from the parent pom
Modified: trunk/dna-repository/pom.xml
===================================================================
--- trunk/dna-repository/pom.xml 2008-06-18 14:17:40 UTC (rev 296)
+++ trunk/dna-repository/pom.xml 2008-06-18 14:20:42 UTC (rev 297)
@@ -71,8 +71,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.3</version>
- <scope>test</scope>
</dependency>
<!--
Logging (require SLF4J API for compiling, but use Log4J and its SLF4J binding for
testing)
Show replies by date