X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=d18c9f75bff5b438b92f86713544adccd59209c4;hb=32157220c43100bd0ab49da4f6232348ee2e99fe;hp=83fc8f491b472943692142c67e67f24af641687a;hpb=86b589317c67eb2350870c9c57c35eac3e9056f6;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 83fc8f49..d18c9f75 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.3.4.RELEASE org.o-ran-sc.nonrtric policy-agent - 1.0.0-SNAPSHOT + 2.2.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -48,19 +48,19 @@ 11 2.9.2 - 2.7.1 + 2.8.2 1.1.6 2.0.0 - 20180130 - 3.3 - 4.0.1 + 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 @@ -75,6 +75,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-aop + org.springframework.boot spring-boot-devtools @@ -119,17 +123,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 @@ -140,16 +133,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 @@ -162,10 +169,14 @@ ${springfox.version} + + org.springframework.boot + spring-boot-starter-test + test + org.awaitility awaitility - ${awaitility.version} test @@ -189,18 +200,9 @@ test - 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 + com.squareup.okhttp3 + mockwebserver + test @@ -216,7 +218,7 @@ ${project.basedir}/eclipse-formatter.xml - @@ -231,8 +233,8 @@ - @@ -263,6 +265,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 @@ -330,10 +352,47 @@ sonar-maven-plugin ${sonar-maven-plugin.version} + + org.codehaus.mojo + exec-maven-plugin + + + git submodule update + initialize + + git + + submodule + update + --init + --recursive + + + + exec + + + + copy configuration + initialize + + cp + + -r + ../onap/oran/a1-policy-management/config + . + + + + exec + + + + JIRA https://jira.o-ran-sc.org/ - + \ No newline at end of file