X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fpom.xml;h=77336be7683faab2d6cc36cebfef257cba47f20c;hb=8886d15461f5003b7d81677570ee3f75946b1354;hp=8251dbf06862a1bf20d05fb5ec761da26c574aba;hpb=26abc89a7ce21999cccd88b77cd2ecda21cbe905;p=portal.git diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index 8251dbf0..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 @@ -62,11 +62,11 @@ h2 runtime - + - mysql - mysql-connector-java - 8.0.17 + org.mariadb.jdbc + mariadb-java-client + 2.5.0 @@ -141,50 +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 - - - io.swagger - swagger-annotations - 2.0.0-rc2 - compile - - - io.swagger - swagger-annotations - 1.5.20 - - - io.swagger - swagger-annotations - 2.0.0-rc2 - compile - - - io.swagger - swagger-annotations - 2.0.0-rc2 - 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