diff options
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-api/pom.xml')
-rw-r--r-- | common/onap-common-configuration-management/onap-configuration-management-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index a5bed15729..5105e690ec 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml @@ -19,6 +19,11 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |