diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 7910052dc1..08697a23c6 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -180,7 +180,13 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - + + <dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> |