From 556189113c7e115e939589dbf031168dbdc9ab90 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 14 Sep 2017 14:07:19 -0400 Subject: Use oparent as parent Added tag to use oparent as parent Change-Id: I276eaf040e78ce0f34be42b885190ed85d5780d6 Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney --- pom.xml | 196 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 101 insertions(+), 95 deletions(-) diff --git a/pom.xml b/pom.xml index a1a2789..bec12c9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,100 +20,106 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. --> - 4.0.0 - com.att.ecompcntr - commonnbapi - 0.0.3 - war - ccsdk-platform-nbapi - ECOMPAPI to expose Cloudify REST + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + com.att.ecompcntr + commonnbapi + 0.0.3 + war + ccsdk-platform-nbapi + ECOMPAPI to expose Cloudify REST - - ${project.artifactId}-${version} - - - resources - - - src/main - - - maven-compiler-plugin - - 1.7 - 1.7 - - - - maven-war-plugin - 2.4 - - WebContent - false - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - true - - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.4.1.3 - - - commons-codec - commons-codec - 1.4 - - - com.att.eelf - eelf-core - 1.0.0 - - - asm - asm-all - 3.3.1 - - - com.sun.jersey - jersey-bundle - 1.14 - - - org.json - json - 20090211 - - - com.sun.jersey - jersey-json - 1.17.1 - - - com.googlecode.json-simple - json-simple - 1.1 - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - org.postgresql - postgresql - 9.3-1100-jdbc41 - - + + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + + ${project.artifactId}-${version} + + + resources + + + src/main + + + maven-compiler-plugin + + 1.7 + 1.7 + + + + maven-war-plugin + 2.4 + + WebContent + false + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + + + com.fasterxml.jackson.core + jackson-databind + 2.4.1.3 + + + commons-codec + commons-codec + 1.4 + + + com.att.eelf + eelf-core + 1.0.0 + + + asm + asm-all + 3.3.1 + + + com.sun.jersey + jersey-bundle + 1.14 + + + org.json + json + 20090211 + + + com.sun.jersey + jersey-json + 1.17.1 + + + com.googlecode.json-simple + json-simple + 1.1 + + + javax.servlet + javax.servlet-api + 3.1.0 + provided + + + org.postgresql + postgresql + 9.3-1100-jdbc41 + + -- cgit 1.2.3-korg