summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-11-17 17:59:40 +0200
committerMichael Lando <michael.lando@intl.att.com>2018-11-19 14:29:49 +0000
commit98f4f76bf23e2658268df4ce2a6fbab482cb58f3 (patch)
tree52677a0e930b7a5421def1017329ff8f145a92f1 /openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
parent7080e1ce2a9c9177a55b821e2926b3cc528e40c2 (diff)
Unit-tests for mappers in application config
Change-Id: Ic529125ab2f44f5000e39eb3dd724bd977605ccb Issue-ID: SDC-1917 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com> (cherry picked from commit 24d5134bb5ef6593fa8cab71f52901359e83c8b5)
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml')
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
index d017867785..d951ad4f1d 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
@@ -55,6 +55,11 @@
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${cxf.version}</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>