X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fpom.xml;h=5ab2663b64bc03b7f8e2e30e753aea787851dcf7;hb=a5d9009b589b2d9a369a4da9feb83c9efa259e07;hp=cca5bf6ca9aa3a77e7a08a31a7a6c5bc05c5d952;hpb=2c76efafe970aedb2d4167d493088115e1c4a5cc;p=nonrtric.git diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index cca5bf6c..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 @@ -169,6 +174,24 @@ false + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/annotations/ + + + + +