commit | 3cccf9ae82e7c531c15e4d53f646fd58f0335fd3 | [log] [tgz] |
---|---|---|
author | mojahidi <mojahidul.islam@amdocs.com> | Mon Oct 22 16:24:48 2018 +0530 |
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | Mon Oct 22 13:22:09 2018 +0000 |
tree | 8a11f8ce089d69c40cbf5c2f606ebf248dc40088 | |
parent | 4ca48d355779ba778e0b446a676b329f61ce1fa9 [diff] [blame] |
Increased UT coverage - ActionsImpl Increased UT coverage for ActionsImpl Change-Id: I4ef717cc895a890a26dc3df269dd33517e8fbad0 Issue-ID: SDC-1673 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index 9ce5f45..ea7eed4 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml
@@ -110,6 +110,12 @@ <version>${servlet-api.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> </project>