X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fpom.xml;h=77336be7683faab2d6cc36cebfef257cba47f20c;hb=8886d15461f5003b7d81677570ee3f75946b1354;hp=f31b0a65a2465c62bb92be1a7e44151c8bf18642;hpb=1b2222568e5e8f32fa0f18fc854f9df79e8508f3;p=portal.git diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index f31b0a65..77336be7 100644 --- a/portal-BE/pom.xml +++ b/portal-BE/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.0.M4 + 2.2.1.RELEASE org.onap @@ -51,16 +51,22 @@ spring-boot-starter-aop 2.1.6.RELEASE + + + org.springframework + spring-context-support + 5.2.0.RELEASE + com.h2database h2 runtime - + - mysql - mysql-connector-java - 8.0.17 + org.mariadb.jdbc + mariadb-java-client + 2.5.0 @@ -135,22 +141,41 @@ compile - io.swagger - swagger-annotations - 2.0.0-rc2 + 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 - 2.0.0-rc2 + 1.5.13 compile - - io.swagger - swagger-annotations - 1.5.20 - + + 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 + portal