X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=f718d0bab6e49652e22b2d7143c481bc0c0f559b;hb=961b63fe16703900581cb2f2c77ef79f6cc37ab9;hp=83fc8f491b472943692142c67e67f24af641687a;hpb=284d321092ead873da1fbc01051dad635918ca7a;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 83fc8f49..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 @@ -75,6 +75,10 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-aop + org.springframework.boot spring-boot-devtools @@ -150,6 +154,11 @@ lombok provided + + com.squareup.okhttp3 + mockwebserver + test + io.springfox @@ -263,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