diff options
author | kooper <sergey.sachkov@est.tech> | 2019-05-15 10:39:07 +0000 |
---|---|---|
committer | kooper <sergey.sachkov@est.tech> | 2019-05-15 10:39:07 +0000 |
commit | 02a3b49bec86eb0a434afb86e158ca2670cb718f (patch) | |
tree | b24193003058bb85db012172fae19e2dc31a10b4 /openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml | |
parent | 19493ec749d39407c90e841a2f3e503f6a03ecd7 (diff) |
Update test coverage
Change-Id: Ib92d00266d17635b53593eaa544ca3b312c7ddb2
Issue-ID: SDC-2310
Signed-off-by: kooper <sergey.sachkov@est.tech>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml index 33b8aafec1..fc1adc6bbb 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml @@ -128,6 +128,11 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |