Upgrade to JUnit 4.10

This commit is contained in:
Trustin Lee 2011-10-31 15:19:50 -07:00
parent 579ddf72fc
commit bb5bbdc99e

View File

@ -162,7 +162,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>