X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=2943ef8b89d4aa3a48da579a762ee0980f8c9fd2;hb=ce0418ebc13a530f012d4c9eb78ed659f853da64;hp=8ed33684b0e9b81c637c7009a7616c8abb6eeb47;hpb=bfdd5bb6f922b2ffbf87251e607de3ae73782984;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 8ed33684..2943ef8b 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.2.7.RELEASE org.o-ran-sc.nonrtric policy-agent - 1.0.0-SNAPSHOT + 2.0.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -53,7 +53,6 @@ 2.0.0 20190722 3.6 - 4.0.2 3.8.0 2.8.1 1.18.0 @@ -124,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 @@ -156,10 +144,26 @@ 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 + + io.springfox @@ -171,11 +175,16 @@ springfox-swagger-ui ${springfox.version} + + + org.springframework.boot + spring-boot-starter-test + test + org.awaitility awaitility - ${awaitility.version} test @@ -199,18 +208,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