From 5113e565c89332abfb91d586fd05abfbfed466ae Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Wed, 30 Aug 2017 10:21:33 -0400 Subject: Added aai-utils and OXM Model Loader functionality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: AAI-245  Change-Id: Ic982cc07dd76e8a931d4f725ca4e71f2db7ef8a2 Signed-off-by: Shwetank Dave --- aai-utils/pom.xml | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 aai-utils/pom.xml (limited to 'aai-utils/pom.xml') diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml new file mode 100644 index 00000000..137b260b --- /dev/null +++ b/aai-utils/pom.xml @@ -0,0 +1,138 @@ + + + 4.0.0 + + + org.onap.aai.aai-common + aai-common + 1.1.0-SNAPSHOT + + aai-utils + aai-utils + 1.1.0-SNAPSHOT + + + google_checks.xml + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.7 + + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + + org.eclipse.persistence + eclipselink + 2.6.2 + + + + + org.openecomp.aai.logging-service + common-logging + 1.0.0 + + + + + org.springframework + spring-core + 4.3.10.RELEASE + + + + org.onap.aai.aai-common + aai-schema + 1.1.0-SNAPSHOT + + + * + * + + + + + + junit + junit + 4.11 + test + + + + + + + + + com.mycila + license-maven-plugin + 3.0 + +
License.txt
+ + src/main/java/** + +
+ + + + format + + process-sources + + +
+ + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + org.sonatype.plugins + nexus-staging-maven-plugin + +
+
+ + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + + checkstyle + + + + + + + + +
\ No newline at end of file -- cgit 1.2.3-korg