diff options
Diffstat (limited to 'rest-services/common-dependency/pom.xml')
-rw-r--r-- | rest-services/common-dependency/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rest-services/common-dependency/pom.xml b/rest-services/common-dependency/pom.xml index 4bda1750..4d9b2e08 100644 --- a/rest-services/common-dependency/pom.xml +++ b/rest-services/common-dependency/pom.xml @@ -57,6 +57,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> <scope>test</scope> |