X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=0ca4230068d9d48418ee5d30981e0e41eb9d476a;hb=fc15c05eeaedbb68fd58b7387ff707bd23f49eef;hp=daad41889ae50b5227a83cc29c1ca545a2a3664b;hpb=1b8d76de3262675c5afe45351929b0d5d2c0bab1;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index daad4188..0ca42300 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -26,12 +26,12 @@ org.springframework.boot spring-boot-starter-parent - 2.2.4.RELEASE + 2.5.3 org.o-ran-sc.nonrtric policy-agent - 1.0.0-SNAPSHOT + 2.3.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -47,21 +47,33 @@ 11 - 2.9.2 - 2.7.1 + 3.0.0 + 2.8.2 1.1.6 - 2.0.0 - 20180130 - 3.3 - 4.0.1 + 2.1.6 + 20190722 + 3.6 3.8.0 - 2.8.1 + 2.12.2 1.18.0 0.30.0 - 1.1.9 + 1.1.11 2.1.1 + 3.7.0.1746 + 0.8.5 + 3.0.0 + + com.google.guava + guava + 30.0-jre + + + org.springdoc + springdoc-openapi-ui + 1.5.2 + org.springframework.boot spring-boot-starter-web @@ -74,6 +86,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-aop + org.springframework.boot spring-boot-devtools @@ -118,17 +134,6 @@ commons-net ${commons-net.version} - - - org.springframework.boot - spring-boot-starter-actuator - - - - org.springframework.boot - spring-boot-starter-test - test - org.springframework.boot spring-boot-configuration-processor @@ -139,16 +144,30 @@ cbs-client ${sdk.version} - - org.onap.dcaegen2.services.sdk.rest.services - dmaap-client - ${sdk.version} - org.projectlombok lombok provided + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${version.dmaap} + + + javax.ws.rs + javax.ws.rs-api + ${javax.ws.rs-api.version} + + + org.glassfish.jersey.inject + jersey-hk2 + + + + org.springframework.boot + spring-boot-starter-actuator + io.springfox @@ -161,10 +180,14 @@ ${springfox.version} + + org.springframework.boot + spring-boot-starter-test + test + org.awaitility awaitility - ${awaitility.version} test @@ -188,18 +211,15 @@ test - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - ${version.dmaap} - - - javax.ws.rs - javax.ws.rs-api - ${javax.ws.rs-api.version} + com.squareup.okhttp3 + mockwebserver + test + - org.glassfish.jersey.inject - jersey-hk2 + com.github.erosb + everit-json-schema + 1.13.0 @@ -215,7 +235,7 @@ ${project.basedir}/eclipse-formatter.xml - @@ -230,8 +250,8 @@ - @@ -262,6 +282,26 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + io.fabric8 docker-maven-plugin @@ -314,6 +354,7 @@ ${project.version} + latest @@ -322,6 +363,50 @@ + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + org.codehaus.mojo + exec-maven-plugin + ${exec-maven-plugin.version} + + + git submodule update + initialize + + git + + submodule + update + --init + --recursive + + + + exec + + + + copy configuration + initialize + + cp + + -r + ../onap/oran/a1-policy-management/config + . + + + + exec + + + +