diff options
Diffstat (limited to 'controlloop/common/database/pom.xml')
-rw-r--r-- | controlloop/common/database/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/database/pom.xml b/controlloop/common/database/pom.xml index 4ae467c56..8c31cb63a 100644 --- a/controlloop/common/database/pom.xml +++ b/controlloop/common/database/pom.xml @@ -61,6 +61,12 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.13.0</version> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> |