From e92ff832cf993db876f22b2d27562fedf59f5043 Mon Sep 17 00:00:00 2001 From: Tarun Tej Velaga Date: Mon, 24 Jul 2017 17:13:43 +0000 Subject: [Policy-52, Policy-92, Policy-93] Policy Enhancements and bugfixes Change-Id: I5675cf4527e17963b3142cf7184c0df31a766197 Signed-off-by: Tarun Tej Velaga --- ECOMP-PDP-REST/pom.xml | 104 ++++++++++++++++++++++++++++--------------------- 1 file changed, 59 insertions(+), 45 deletions(-) (limited to 'ECOMP-PDP-REST/pom.xml') diff --git a/ECOMP-PDP-REST/pom.xml b/ECOMP-PDP-REST/pom.xml index 3357851fe..142d81bc9 100644 --- a/ECOMP-PDP-REST/pom.xml +++ b/ECOMP-PDP-REST/pom.xml @@ -22,30 +22,30 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - + org.openecomp.policy.engine PolicyEngineSuite 1.1.0-SNAPSHOT - + ECOMP-PDP-REST - + ECOMP PDP REST - 4.3.3.RELEASE - + 4.3.3.RELEASE + war - - maven-war-plugin - 2.1 - - true - - - + + maven-war-plugin + 2.1 + + true + + + @@ -88,12 +88,24 @@ org.mariadb.jdbc mariadb-java-client 1.2.3 - + postgresql postgresql 9.1-901.jdbc4 + + org.springframework + spring-test + ${springframework.version} + test + + + org.awaitility + awaitility + 3.0.0 + test + org.hsqldb hsqldb @@ -109,6 +121,12 @@ jersey-core 1.18 + + junit + junit + 4.12 + test + javax.websocket javax.websocket-api @@ -116,21 +134,21 @@ provided - com.att.nsa - cambriaClient - 0.0.1 - - - slf4j-log4j12 - org.slf4j - - + com.att.nsa + cambriaClient + 0.0.1 + + + slf4j-log4j12 + org.slf4j + + org.mockito mockito-core 1.9.5 - + org.springframework spring-mock @@ -152,28 +170,28 @@ 1.5.6 - org.springframework - spring-core - ${springframework.version} - - - org.springframework - spring-web - ${springframework.version} - - - org.springframework - spring-webmvc - ${springframework.version} - - + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + io.springfox springfox-swagger2 2.5.0 com.fasterxml.jackson.core - jackson-annotations + jackson-annotations @@ -197,11 +215,7 @@ javax.persistence - persistence-api - - - com.att.aft - dme2 + persistence-api -- cgit 1.2.3-korg