X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=36559e93e9efe91052a6943120aa74bce1c38776;hb=1e2df9192bc930a888f630d93ce374ba2ae2ee8f;hp=78ff193766924a02c5dd1a47979b0996eebe43dd;hpb=7d0bb60a0c1ad1f65c0e0a2b057e8663ef759ffd;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 78ff1937..36559e93 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.8.RELEASE org.o-ran-sc.nonrtric policy-agent - 1.0.0-SNAPSHOT + 2.2.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -47,22 +47,32 @@ 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 + + com.google.guava + guava + 30.0-jre + + + org.springdoc + springdoc-openapi-ui + 1.5.2 + org.springframework.boot spring-boot-starter-web @@ -75,6 +85,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-aop + org.springframework.boot spring-boot-devtools @@ -119,17 +133,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,20 +143,29 @@ cbs-client ${sdk.version} - - org.onap.dcaegen2.services.sdk.rest.services - dmaap-client - ${sdk.version} - org.projectlombok lombok provided - com.squareup.okhttp3 - mockwebserver - 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 + + + + org.springframework.boot + spring-boot-starter-actuator @@ -167,10 +179,14 @@ ${springfox.version} + + org.springframework.boot + spring-boot-starter-test + test + org.awaitility awaitility - ${awaitility.version} test @@ -194,18 +210,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 @@ -221,7 +228,7 @@ ${project.basedir}/eclipse-formatter.xml - @@ -236,8 +243,8 @@ - @@ -271,7 +278,7 @@ org.jacoco jacoco-maven-plugin - 0.8.4 + ${jacoco-maven-plugin.version} default-prepare-agent @@ -355,10 +362,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