diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-11-17 18:58:36 +0200 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-11-19 18:05:46 +0000 |
commit | 523dd7a1328e7be22f0e3cecd0cc504462a70ee7 (patch) | |
tree | 48733659c7570b33b6a4baf56ca6f58a72043cc5 /openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml | |
parent | a7c265c37a8f7fbc6f21b886698081e575bb14af (diff) |
Unit-tests for mappers in item services
Change-Id: I44b2574a70f6ad357dd0528f9bf4b3608ec33063
Issue-ID: SDC-1917
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
(cherry picked from commit 03fb4087901e4cf56b02f6a9456d987f28844a2f)
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index 2afd375a44..afda696e7d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml @@ -52,7 +52,11 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>${spring.framework.version}</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> </dependency> </dependencies> |