From 1fc5ce5b48f8c270d5d044356843b8a8566bdccc Mon Sep 17 00:00:00 2001 From: "Threefoot, Jane (jt6620)" Date: Wed, 14 Mar 2018 14:48:10 -0400 Subject: added new aai-schema-ingest library New, lightweight, configurable library for OXM and edge rules json ingest. Allows for broken-up OXM and json for increased model-driven capabilities. Issue-ID: AAI-875 Change-Id: I987c7dc2ad9a68ef3ccaac8da8d3b5b0205dc264 Signed-off-by: Threefoot, Jane (jt6620) --- aai-schema-ingest/pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 aai-schema-ingest/pom.xml (limited to 'aai-schema-ingest/pom.xml') diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml new file mode 100644 index 00000000..d56b3bb0 --- /dev/null +++ b/aai-schema-ingest/pom.xml @@ -0,0 +1,65 @@ + + 4.0.0 + + org.onap.aai.aai-common + aai-common + 1.2.1-SNAPSHOT + + aai-schema-ingest + aai-schema-ingest + 1.0.0-SNAPSHOT + jar + + + + org.eclipse.persistence + eclipselink + 2.6.2 + + + com.google.guava + guava + 16.0 + + + org.apache.tinkerpop + gremlin-core + 3.0.1-incubating + + + com.jayway.jsonpath + json-path + 2.2.0 + + + org.springframework + spring-context + 4.3.6.RELEASE + + + org.springframework + spring-test + 4.3.6.RELEASE + + + org.springframework.boot + spring-boot-test + 1.5.1.RELEASE + test + + + + junit + junit + 4.12 + test + + + org.mockito + mockito-all + 1.10.19 + test + + + + -- cgit 1.2.3-korg