[Tynstep-svn] r172 - trunk/step-web-shared
ChrisBurrell at crosswire.org
ChrisBurrell at crosswire.org
Sun Aug 8 04:34:16 MST 2010
Author: ChrisBurrell
Date: 2010-08-08 04:34:15 -0700 (Sun, 08 Aug 2010)
New Revision: 172
Modified:
trunk/step-web-shared/pom.xml
Log:
adding junit to pom
Modified: trunk/step-web-shared/pom.xml
===================================================================
--- trunk/step-web-shared/pom.xml 2010-08-08 11:22:05 UTC (rev 171)
+++ trunk/step-web-shared/pom.xml 2010-08-08 11:34:15 UTC (rev 172)
@@ -18,6 +18,18 @@
<groupId>net.customware.gwt.dispatch</groupId>
<artifactId>gwt-dispatch</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.jmock</groupId>
+ <artifactId>jmock</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jmock</groupId>
+ <artifactId>jmock-junit4</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
More information about the Tynstep-svn
mailing list