Skip to content

Commit 21c177b

Browse files
committed
Add jmockit to test dependencies
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 0e445ca commit 21c177b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<plugin.canloadatruntime>true</plugin.canloadatruntime>
3434
</properties>
3535
<dependencies>
36+
<dependency>
37+
<groupId>org.jmockit</groupId>
38+
<artifactId>jmockit</artifactId>
39+
<scope>test</scope>
40+
</dependency>
3641
<dependency>
3742
<groupId>org.wiremock</groupId>
3843
<artifactId>wiremock</artifactId>

0 commit comments

Comments
 (0)