1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Upgraded to jmock 2.5.1

This commit is contained in:
Luke Taylor
2008-11-04 05:37:56 +00:00
parent 514bca669f
commit b42fc7221f
10 changed files with 245 additions and 276 deletions
+8 -1
View File
@@ -233,7 +233,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -682,10 +682,17 @@
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-codec</groupId>