Modified staticmethod mocking to remove compile-time dependency on JUnit (see ROO-314 and related issues)

This commit is contained in:
Ramnivas Laddad
2009-11-03 00:51:22 +00:00
parent 04a7656292
commit 868cf09b2d
4 changed files with 41 additions and 46 deletions

View File

@@ -52,7 +52,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>