X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=9bf15b2631dd8e6efaf87471492510ba039e8d95;hb=98f7bda6a4057f4a902de0b2c3396f0868e66227;hp=f718d0bab6e49652e22b2d7143c481bc0c0f559b;hpb=61fcee9bad6d96005c403fdfd3f273430d4f8641;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index f718d0ba..9bf15b26 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 @@ -48,19 +48,21 @@ 11 2.9.2 - 2.7.4 + 2.8.2 1.1.6 2.0.0 - 20180130 - 3.3 - 4.0.1 + 20190722 + 3.6 3.8.0 2.8.1 1.18.0 0.30.0 - 1.1.9 + 1.1.11 2.1.1 3.7.0.1746 + 0.8.5 + 1.6.0 + true @@ -123,17 +125,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 @@ -155,10 +146,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 @@ -170,11 +177,16 @@ springfox-swagger-ui ${springfox.version} + + + org.springframework.boot + spring-boot-starter-test + test + org.awaitility awaitility - ${awaitility.version} test @@ -198,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 @@ -225,7 +228,7 @@ ${project.basedir}/eclipse-formatter.xml - @@ -240,8 +243,8 @@ - @@ -275,7 +278,7 @@ org.jacoco jacoco-maven-plugin - 0.8.4 + ${jacoco-maven-plugin.version} default-prepare-agent @@ -359,6 +362,27 @@ sonar-maven-plugin ${sonar-maven-plugin.version} + + org.codehaus.mojo + exec-maven-plugin + ${exec-maven-plugin.version} + + + run-test-script + verify + + exec + + + + + bash + + run_test.sh + + ../test/jenkins/ + +