diff options
Diffstat (limited to 'appc-config/appc-data-services')
-rw-r--r-- | appc-config/appc-data-services/provider/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index f5125e707..feb2a4f65 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -86,6 +86,8 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <scope>test</scope> + <version>1.10.19</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |