X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fpom.xml;h=a882f751be623459cf3b5ecbbd8e9043d2d4d5d4;hb=refs%2Fchanges%2F01%2F98501%2F2;hp=c291c028b8ec92bdcd60fa885c264811e070113e;hpb=f51a049146c96181b43ca3f72c1cf715f07d24a9;p=portal.git diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index c291c028..a882f751 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 @@ -101,12 +107,12 @@ org.onap.portal.sdk epsdk-logger - 2.6.0-SNAPSHOT + 2.6.0 org.onap.portal.sdk epsdk-core - 2.6.0-SNAPSHOT + 2.6.0 org.springframework.boot @@ -134,6 +140,57 @@ 4.0.1 compile + + 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 + + + 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.apache.cxf + cxf-rt-rs-client + 3.3.4 + compile + portal