diff options
author | 2018-11-17 18:15:43 +0200 | |
---|---|---|
committer | 2018-11-19 14:30:07 +0000 | |
commit | 33d27d39f67eb470ff1f6ae0137f0ba5f858a827 (patch) | |
tree | 0d630ab068d5bbfc300e7bb3613b22650f6ff866 /openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml | |
parent | 9770b8740df9ad1bbb7d1545e5bcf9e14a91d291 (diff) |
Unit-test for mappers in conflict library
Change-Id: I6136fa7491b34d9f3fb8df78a55b8d992e2d27fe
Issue-ID: SDC-1917
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
(cherry picked from commit 8a87ab347622c818c50d3faa2d82ee3b5776db81)
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml index 840b0f657c..06efca3d08 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml @@ -12,10 +12,7 @@ <artifactId>conflict-rest-services</artifactId> - - <dependencies> - <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-common-rest</artifactId> @@ -52,6 +49,11 @@ <artifactId>vendor-license-rest-services</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> |