diff options
Diffstat (limited to 'appc-config/appc-data-services/provider/pom.xml')
-rw-r--r-- | appc-config/appc-data-services/provider/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index 86464eb07..85064d009 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -69,6 +69,10 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> |