added jmockit for testing

Former-commit-id: 5fe09b31551fac79670505f709c0b0783431d8a8
This commit is contained in:
Jeremy Long
2014-12-26 07:06:38 -05:00
parent 573c8eb509
commit 1a0e605f0c

View File

@@ -315,6 +315,12 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<artifactId>maven-reporting-api</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>