diff options
Diffstat (limited to 'core/core-infrastructure/pom.xml')
-rw-r--r-- | core/core-infrastructure/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index fcae62e04..956d89400 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -42,6 +42,11 @@ <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <scope>test</scope> + </dependency> </dependencies> <profiles> |