X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-widget-ms%2Fwidget-ms%2Fpom.xml;h=2cdf13f3cc315bd253e39b4136143e3e9da20779;hb=78c73d16d270ff182057fb797631a270d13c3740;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..2cdf13f3 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -1,33 +1,37 @@ - 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 - 1.4.2.RELEASE + 2.2.5.RELEASE + org.onap.portal + widget-ms + 3.4.0 + jar + widget-microservice + widget-ms UTF-8 UTF-8 1.8 - 4.3.11.Final - true + 5.4.14.Final + false + + 0.8.2 - 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 @@ -58,7 +68,7 @@ org.hibernate hibernate-core - + ${hibernate.version} org.springframework.boot @@ -81,20 +91,25 @@ org.mariadb.jdbc mariadb-java-client - + 1.5.8 com.github.ulisesbocchio jasypt-spring-boot-starter - 1.9 + 2.1.0 + + org.jsoup + jsoup + 1.12.1 + dom4j dom4j - + 1.6.1 jaxme @@ -126,6 +141,53 @@ + + + org.jacoco + org.jacoco.agent + ${jacocoVersion} + runtime + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.33 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.8 + + + com.fasterxml.jackson.core + jackson-core + 2.9.8 + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + org.springframework.security + spring-security-web + 5.2.3.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} + + +