diff options
Diffstat (limited to 'models-dao/pom.xml')
-rw-r--r-- | models-dao/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/models-dao/pom.xml b/models-dao/pom.xml index 1a3371530..da32f2509 100644 --- a/models-dao/pom.xml +++ b/models-dao/pom.xml @@ -54,5 +54,14 @@ <groupId>org.hibernate.orm</groupId> <artifactId>hibernate-core</artifactId> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + </dependency> </dependencies> </project> |