From 627badaf69987c01811c477219fd943757a635f5 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (Christopher) (cl778h)" Date: Mon, 12 Jun 2017 09:49:00 -0400 Subject: [PORTAL-16 PORTAL-18] Widget ms; staging Remove staging repositories from poms. Add widget microservice code base. Add portal unit tests. Repair defects. Normalize line endings. Change-Id: Ia5e48da2a3141b352439ecd548cddf918f4df585 Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-widget-ms/pom.xml | 170 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 ecomp-portal-widget-ms/pom.xml (limited to 'ecomp-portal-widget-ms/pom.xml') diff --git a/ecomp-portal-widget-ms/pom.xml b/ecomp-portal-widget-ms/pom.xml new file mode 100644 index 00000000..ec6af264 --- /dev/null +++ b/ecomp-portal-widget-ms/pom.xml @@ -0,0 +1,170 @@ + + + 4.0.0 + org.openecomp.portal + widget-ms + 1.2 + jar + ecompportal-widget-microservice + + + org.springframework.boot + spring-boot-starter-parent + 1.4.2.RELEASE + + + + + widget-ms + zlp11313.vci.att.com + 5100 + com.att.ecompportal + UTF-8 + UTF-8 + 1.8 + 4.3.11.Final + + ${docker.host}:${docker.port}/${docker.namespace} + + + + + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-devtools + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.springframework.boot + spring-boot-starter + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-web + + + + commons-codec + commons-codec + 1.10 + + + + org.mariadb.jdbc + mariadb-java-client + 1.5.8 + + + com.github.ulisesbocchio + jasypt-spring-boot-starter + 1.9 + + + + + dom4j + dom4j + 1.6.1 + + + jaxme + jaxme-api + + + jaxen + jaxen + + + msv + xsdlib + + + msv + relaxngDatatype + + + pull-parser + pull-parser + + + xpp3 + xpp3 + + + stax + stax-api + + + + + + + + + ${project.artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + + + + com.spotify + docker-maven-plugin + 0.4.11 + + ${project.artifactId} + src/main/docker + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + + + -- cgit 1.2.3-korg