Author: bchapuis
Date: Tue Mar 8 08:58:50 2011
New Revision: 1079300
URL: http://svn.apache.org/viewvc?rev=1079300&view=rev
Log:
Introduce Mockito as the default mocking framework. Patch: Eugen Paraschiv.
Modified:
incubator/droids/trunk/droids-core/pom.xml
Modified: incubator/droids/trunk/droids-core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/pom.xml?rev=1079300&r1=1079299&r2=1079300&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/pom.xml (original)
+++ incubator/droids/trunk/droids-core/pom.xml Tue Mar 8 08:58:50 2011
@@ -93,6 +93,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.8.5</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>