From c34b77cead2a33421d86e3a712b222bc8cef6a8f Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Tue, 28 Feb 2017 19:03:11 +0200 Subject: pom update Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca Signed-off-by: Michael Lando --- catalog-be/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'catalog-be/pom.xml') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 878fce7db2..add2bd4e79 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -61,6 +61,15 @@ + + + + org.testng + testng + 6.9.10 + test + + org.springframework spring-context-support @@ -122,6 +131,7 @@ jersey-container-servlet-core + org.openecomp.sdc @@ -154,18 +164,21 @@ org.slf4j slf4j-api + 1.7.10 compile ch.qos.logback logback-classic + ${logback.version} compile ch.qos.logback logback-core + ${logback.version} compile @@ -211,12 +224,14 @@ org.apache.httpcomponents httpclient + ${httpclient.version} compile org.apache.httpcomponents httpcore + ${httpcore.version} compile @@ -303,12 +318,15 @@ org.codehaus.groovy groovy-all + ${groovy.version} compile + org.codehaus.janino janino + ${janino.version} compile @@ -323,6 +341,8 @@ com.google.guava guava + ${guava.version} + compile @@ -365,6 +385,7 @@ org.apache.commons commons-lang3 + ${lang3.version} compile @@ -406,6 +427,7 @@ org.aspectj aspectjrt + ${aspectjrt.version} compile @@ -546,12 +568,14 @@ junit junit + 4.12 test org.mockito mockito-all + 1.10.19 test -- cgit 1.2.3-korg