X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=blobdiff_plain;f=portal-BE%2Fpom.xml;h=f31b0a65a2465c62bb92be1a7e44151c8bf18642;hp=43d0cae50ddd1d21233b6518c8c5ad0c80163473;hb=1b2222568e5e8f32fa0f18fc854f9df79e8508f3;hpb=2408ee6afb0d0803cbb487b8604271c7daa30e6a diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index 43d0cae5..f31b0a65 100644 --- a/portal-BE/pom.xml +++ b/portal-BE/pom.xml @@ -1,112 +1,233 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.2.0.M4 - - - org.onap - portal - 0.0.1-SNAPSHOT - portal - + 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 + - - 1.8 - + + + 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.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-starter-aop - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - com.h2database - h2 - runtime - - - org.projectlombok - lombok - true - - - 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 + + + org.onap.portal.sdk + epsdk-core + 2.6.0 + + + 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 + 4.0.1 + compile + + + io.swagger + swagger-annotations + 2.0.0-rc2 + compile + + + io.swagger + swagger-annotations + 2.0.0-rc2 + compile + + + io.swagger + swagger-annotations + 1.5.20 + + + + 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 - - - - - - - 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 + +