X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=5ab2663b64bc03b7f8e2e30e753aea787851dcf7;hb=a5d9009b589b2d9a369a4da9feb83c9efa259e07;hp=06036dbf5c535575cb9759cec8b9aaa8c29e0c5c;hpb=6fe1880bfac3daa86c05461da80147325f5f47a2;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 06036dbf..5ab2663b 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -88,6 +88,11 @@ gson ${immutable.version} + + org.json + json + 20180130 + org.springframework.boot @@ -118,6 +123,7 @@ org.junit.jupiter junit-jupiter-engine + ${junit-jupiter.version} test @@ -126,6 +132,7 @@ 2.8.0 2.7.1 1.1.6 + 5.4.0 @@ -167,6 +174,24 @@ false + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/annotations/ + + + + +