commit | cc628e4c8258820e2fb0a47acdcc47c15a2b71bd | [log] [tgz] |
---|---|---|
author | vempo <vitaliy.emporopulo@amdocs.com> | Sat Nov 17 22:18:53 2018 +0200 |
committer | vempo <vitaliy.emporopulo@amdocs.com> | Sat Nov 17 22:18:53 2018 +0200 |
tree | 9f0f6eb504283d69288b39b1aadf893f4dd94a97 | |
parent | a7bb8ec767dd9ec755dc5ef9b489f1114c034db3 [diff] [blame] |
Unit-tests in notification, validation, VLM Unit-tests for mappers in a few libraries. Change-Id: I250ff97e5dfe90fa05ec329e25cf6a14dac261f7 Issue-ID: SDC-1917 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml index 3cd7a82..e194288 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml
@@ -50,6 +50,16 @@ <artifactId>spring-context</artifactId> <version>${spring.framework.version}</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies>