From f51a049146c96181b43ca3f72c1cf715f07d24a9 Mon Sep 17 00:00:00 2001 From: Dominik Mizyn Date: Mon, 2 Sep 2019 13:37:43 +0200 Subject: Docker-compose up Docker-compose for Portal-APP and MaridDB Signed-off-by: Dominik Mizyn Change-Id: I5031c524ef109da044f484555fb1319f2ad7092f Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn --- portal-BE/pom.xml | 354 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 202 insertions(+), 152 deletions(-) (limited to 'portal-BE/pom.xml') diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index a63fb4c8..c291c028 100644 --- a/portal-BE/pom.xml +++ b/portal-BE/pom.xml @@ -1,131 +1,133 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.2.0.M4 - - - org.onap - portal - 0.0.1-SNAPSHOT - portal-BE - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.2.0.M4 + + + org.onap + portal + 0.0.1-SNAPSHOT + portal-BE + jar + - - - org.springframework.boot - spring-boot-starter-actuator - - - 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-starter-web - - - org.springframework.session - spring-session-core - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-starter-aop - 2.1.6.RELEASE - - - com.h2database - h2 - runtime - - - mysql - mysql-connector-java - runtime - - - - org.glassfish - javax.el - 3.0.1-b11 - - - - javax.el - el-api - 2.2.1-b04 - - - - org.jsoup - jsoup - 1.12.1 - - - org.projectlombok - lombok - true - - - org.powermock - powermock-module-junit4 - 2.0.0 - test - + + + org.springframework.boot + spring-boot-starter-actuator + + + 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-starter-web + + + org.springframework.session + spring-session-core + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-starter-aop + 2.1.6.RELEASE + + + com.h2database + h2 + runtime + + + + mysql + mysql-connector-java + 8.0.17 + + + + org.glassfish + javax.el + 3.0.1-b11 + + + + javax.el + el-api + 2.2.1-b04 + + + + org.jsoup + jsoup + 1.12.1 + + + org.projectlombok + lombok + true + + + org.powermock + powermock-module-junit4 + 2.0.0 + test + - - org.powermock - powermock-api-mockito2 - 2.0.0 - test - - - org.onap.portal.sdk - epsdk-logger - 2.6.0-SNAPSHOT - - - org.onap.portal.sdk - epsdk-core - 2.6.0-SNAPSHOT - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - junit - junit - - - - - org.springframework.security - spring-security-test - test - + + org.powermock + powermock-api-mockito2 + 2.0.0 + test + + + org.onap.portal.sdk + epsdk-logger + 2.6.0-SNAPSHOT + + + org.onap.portal.sdk + epsdk-core + 2.6.0-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + junit + junit + + + + + org.springframework.security + spring-security-test + test + javax.servlet javax.servlet-api @@ -133,34 +135,82 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs compile + + portal + + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + dockerfile-maven-plugin + 1.4.9 + + ${docker.image.prefix}/${project.version} + + + + org.apache.maven.plugins + maven-jar-plugin + + + + **/log4j.properties + + + + + org.onap.portal.PortalApplication + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + package + + unpack + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + + + + + + + + src/main/resources + + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - src/main/resources - - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + -- cgit 1.2.3-korg