From 978dbcf0a196acbafad72fe1e2478ec0e384f02f Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 23 Aug 2017 18:27:19 -0400 Subject: Deliver centralized role management feature Repair multiple defects also. Revise deployment to use docker-compose. Remove all zip archives. Issue: PORTAL-21, PORTAL-25, PORTAL-28, PORTAL-52, PORTAL-69, PORTAL-74, PORTAL-76, PORTAL-80, PORTAL-82 Change-Id: Ie72fec7d35ba78beb162bba6ed27b2caee340c61 Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-widget-ms/pom.xml | 184 ++++++----------------------------------- 1 file changed, 25 insertions(+), 159 deletions(-) (limited to 'ecomp-portal-widget-ms/pom.xml') diff --git a/ecomp-portal-widget-ms/pom.xml b/ecomp-portal-widget-ms/pom.xml index 5438ad13..d2c72fb3 100644 --- a/ecomp-portal-widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/pom.xml @@ -3,164 +3,30 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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} - ${project.basedir}/src/main/docker - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - - + widget-ms-parent + 1.3.0-SNAPSHOT + pom + + + + + + common-widgets + widget-ms + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + -- cgit 1.2.3-korg