summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-07-24 11:47:25 +0300
committerTal Gitelman <tg851x@intl.att.com>2018-07-24 19:17:42 +0000
commit5a13c2376e309387492a14722911e3c7b29c1f4b (patch)
tree59fb96a6930c53f65b24d4881ca2ed391fa5d46d /openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services
parent0081451051e155e758a6d0be40f2fb8b18c434c9 (diff)
Update sdc-parser version and allign normatives
Change-Id: Ib654abf209c3c46a93416516e7eb31409ed621f6 Issue-ID: SDC-1544 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services')
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml
index 6114876d2d..d9b3676b5d 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml
@@ -54,7 +54,12 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
<!-- Java Stuff -->
<dependency>
<groupId>javax.inject</groupId>
@@ -78,10 +83,4 @@
<version>${project.version}</version>
</dependency>
</dependencies>
-
-
-
-
-
-
</project>