X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-widget-ms%2Fwidget-ms%2Fpom.xml;h=f42750674e7867a086e08b5a0a1d985d6f05dc15;hb=cb4ff59b1ac8b137bd1453ddec400679ba83b225;hp=08659cc7458ec82ed3d2f3a6c4028fa73e04702f;hpb=88c674e9f243ee7bfacfca847383ea01b482c1c1;p=portal.git diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index 08659cc7..f4275067 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -1,19 +1,19 @@ - 4.0.0 + 4.0.0 org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 2.2.5.RELEASE org.onap.portal widget-ms - 1.3.0 + 3.3.0 jar widget-microservice @@ -22,8 +22,10 @@ UTF-8 UTF-8 1.8 - 4.3.11.Final - true + 5.4.14.Final + false + + 0.8.2 @@ -42,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 @@ -60,7 +68,7 @@ org.hibernate hibernate-core - + ${hibernate.version} org.springframework.boot @@ -88,15 +96,20 @@ com.github.ulisesbocchio jasypt-spring-boot-starter - 1.9 + 2.1.0 + + org.jsoup + jsoup + 1.12.1 + dom4j dom4j - + 1.6.1 jaxme @@ -128,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 + @@ -150,6 +210,7 @@ + org.apache.maven.plugins maven-site-plugin @@ -184,10 +245,28 @@ org.jacoco jacoco-maven-plugin - 0.7.6.201602180812 + ${jacocoVersion} + + + pre-unit-test + none + + + post-unit-test + none + + + pre-integration-test + none + + + post-integration-test + none + + - prepare-agent + portal-prepare-agent prepare-agent @@ -195,21 +274,22 @@ ${sonar.jacoco.reportPath} + - default-instrument + portal-offline-instrument instrument - default-restore-instrumented-classes + portal-restore-instrumented-classes test restore-instrumented-classes - post-unit-test + portal-post-unit-test test report @@ -219,9 +299,18 @@ ${project.basedir}/target/site/jacoco - + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + +