From 4c790f64daf7822de00405140d17e08f296a642f Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Thu, 9 Feb 2017 15:27:43 -0500 Subject: Initial OpenECOMP A&AI commit Change-Id: I8b06519995d9dc0f220b80a6d9a71865b23e4edb Signed-off-by: Steve Smokowski --- annotations/pom.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 annotations/pom.xml (limited to 'annotations/pom.xml') diff --git a/annotations/pom.xml b/annotations/pom.xml new file mode 100644 index 0000000..92cf2a0 --- /dev/null +++ b/annotations/pom.xml @@ -0,0 +1,83 @@ + + + 4.0.0 + + org.openecomp.aai.aai-service + aai-service + ${openecomp.release} + + annotations + annotations + jar + + UTF-8 + + + + junit + junit + 3.8.1 + test + + + com.att.ajsc + ajsc-runner + ${ajscRuntimeVersion} + runtime + + + com.att.ajsc + ajsc-core + ${ajscRuntimeVersion} + provided + + + + + + org.jsonschema2pojo + jsonschema2pojo-maven-plugin + 0.4.13 + + true + + + + org.apache.cxf + cxf-codegen-plugin + ${cxf.version} + + + generate-sources + + + + + + maven-antrun-plugin + + true + + + maven-assembly-plugin + + + make-assembly-ajsc-arch-parent + + + + + + org.codehaus.groovy.maven + gmaven-plugin + + + gmaven-ajsc-arch-parent + + + + + + + -- cgit 1.2.3-korg