X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=f718d0bab6e49652e22b2d7143c481bc0c0f559b;hb=e2ac0dcf30eaf828a7c7bbd722730410f4110030;hp=daad41889ae50b5227a83cc29c1ca545a2a3664b;hpb=1b8d76de3262675c5afe45351929b0d5d2c0bab1;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index daad4188..f718d0ba 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -48,7 +48,7 @@ 11 2.9.2 - 2.7.1 + 2.7.4 1.1.6 2.0.0 20180130 @@ -60,6 +60,7 @@ 0.30.0 1.1.9 2.1.1 + 3.7.0.1746 @@ -74,6 +75,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-aop + org.springframework.boot spring-boot-devtools @@ -149,6 +154,11 @@ lombok provided + + com.squareup.okhttp3 + mockwebserver + test + io.springfox @@ -262,6 +272,26 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + io.fabric8 docker-maven-plugin @@ -314,6 +344,7 @@ ${project.version} + latest @@ -322,6 +353,12 @@ + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} +