X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-widget-ms%2Fwidget-ms%2Fpom.xml;h=4095388cdfb2c913decf523e379cf5fa06e01629;hb=25b97739e0a702b18321fda93add927909152e5e;hp=67350d28420e1e4eca7d283aa0fd0b57137c9972;hpb=b6079b39fc1193a32223933f7d93c08a63809689;p=portal.git diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index 67350d28..4095388c 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 + 1.5.11.RELEASE org.onap.portal widget-ms - 1.3.0 + 3.3.0 jar widget-microservice @@ -23,7 +23,7 @@ UTF-8 1.8 4.3.11.Final - true + false 0.7.6.201602180812 @@ -44,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 @@ -92,6 +98,11 @@ jasypt-spring-boot-starter 1.9 + + org.jsoup + jsoup + 1.12.1 + @@ -137,6 +148,46 @@ ${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.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 + 4.2.13.RELEASE + + + org.projectlombok + lombok + 1.18.4 +