X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-widget-ms%2Fwidget-ms%2Fpom.xml;h=d0849df6ec92fc9aa431484e42292419f256fd38;hb=a738f3360784e22b7631fb241668aba552e1877e;hp=45da5d57bcfce63947d3156c28f2d4cc8ff104ce;hpb=23634dba70b166ad3c79b5eadfbd32b5375d44be;p=portal.git diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index 45da5d57..d0849df6 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -1,13 +1,9 @@ - 4.0.0 - org.openecomp.portal - widget-ms - 1.3.0-SNAPSHOT - jar - widget-microservice + 4.0.0 + org.springframework.boot spring-boot-starter-parent @@ -15,19 +11,27 @@ + org.onap.portal + widget-ms + 2.6.0-SNAPSHOT + jar + widget-microservice + widget-ms UTF-8 UTF-8 1.8 4.3.11.Final - true + false + + 0.7.6.201602180812 - org.openecomp.portal + org.onap.portal common-widgets ${project.version} pom @@ -40,16 +44,22 @@ org.springframework.boot spring-boot-starter-security + + + org.springframework.security + spring-security-web + + org.springframework.boot spring-boot-starter-thymeleaf - + org.springframework.boot spring-boot-configuration-processor @@ -88,6 +98,11 @@ jasypt-spring-boot-starter 1.9 + + org.jsoup + jsoup + 1.12.1 + @@ -126,6 +141,53 @@ + + + org.jacoco + org.jacoco.agent + ${jacocoVersion} + runtime + + + org.apache.tomcat.embed + tomcat-embed-core + 8.5.28 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.10 + + + com.fasterxml.jackson.core + jackson-core + 2.8.10 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.10 + + + org.springframework.security + spring-security-web + 4.1.4.RELEASE + + + org.projectlombok + lombok + 1.18.4 + @@ -133,18 +195,36 @@ ${project.artifactId} - + src/main/resources true - - ../common-widgets/target - - **/*.zip - - - + + ../common-widgets/target + + **/*.zip + + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + @@ -157,38 +237,63 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8 + true - org.jacoco jacoco-maven-plugin - 0.7.6.201602180812 - - true - - True + ${jacocoVersion} - + + + pre-unit-test + none + - prepare-agent + post-unit-test + none + + + pre-integration-test + none + + + post-integration-test + none + + + + portal-prepare-agent prepare-agent - test ${sonar.jacoco.reportPath} + - report + portal-offline-instrument - report + instrument + + + portal-restore-instrumented-classes + test + + restore-instrumented-classes + + + + portal-post-unit-test test + + report + ${sonar.jacoco.reportPath} ${project.basedir}/target/site/jacoco @@ -197,8 +302,25 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + + + + + ecomp-site + dav:https://nexus.onap.org/content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + +