X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fpom.xml;h=f7f9c37152d40f8ef9174166883cd4a65eca239e;hb=78c73d16d270ff182057fb797631a270d13c3740;hp=a63fb4c8192fbc12568716d46feb833fcc710aa7;hpb=08cdfa25a5a781673c78f7ec33c23d03164e197a;p=portal.git diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index a63fb4c8..f7f9c371 100644 --- a/portal-BE/pom.xml +++ b/portal-BE/pom.xml @@ -1,166 +1,285 @@ - 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.1.RELEASE + + + 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 + + + + org.springframework + spring-context-support + 5.2.0.RELEASE + + + com.h2database + h2 + runtime + + + + org.mariadb.jdbc + mariadb-java-client + 2.5.0 + + + + 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 + + + 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 + + org.apache.cxf + cxf-rt-rs-client + 3.3.4 + compile + + + org.hibernate.validator + hibernate-validator + 6.0.18.Final + compile + + + io.swagger + swagger-annotations + 1.5.13 + compile + + + org.glassfish.jersey.core + jersey-client + 2.29.1 + compile + + + org.eclipse.jetty + jetty-util + 9.4.18.v20190429 + compile + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.10.0 + compile + + + org.onap.portal.sdk + epsdk-app-common + 2.6.0 + compile + + + portal + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml + true + + + + + 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} + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + + + prepare-agent + + + + report + prepare-package + + report + + + + + + + + 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 + +