From 5948f878fa0ee735e81f1cf648d5d3bdb35048cd Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 4 Dec 2018 23:19:04 -0500 Subject: Update schema ingest library call schema service Issue-ID: AAI-1994 Change-Id: Icc9910db0371eeb8289abd4381ae1936a281a5df Signed-off-by: Kajur, Harish (vk250x) --- aai-schema-ingest/pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) (limited to 'aai-schema-ingest/pom.xml') diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index d2f93694..55210d7c 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,13 +25,17 @@ org.onap.aai.aai-common aai-common - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT jar + + 1.0.0 + 4.5.5 + @@ -70,6 +74,17 @@ 2.4.15 indy + + + commons-io + commons-io + 2.6 + + + org.onap.aai.aai-common + aai-rest + ${project.version} + org.apache.tinkerpop gremlin-core @@ -80,11 +95,31 @@ json-path 2.2.0 + + javax.ws.rs + javax.ws.rs-api + 2.0.1 + org.springframework spring-context 4.3.18.RELEASE + + org.springframework + spring-web + 4.3.18.RELEASE + + + org.springframework.boot + spring-boot-starter-web + 1.5.12.RELEASE + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + org.springframework spring-test @@ -108,6 +143,29 @@ 1.10.19 test + + com.att.eelf + eelf-core + ${eelf.core.version} + + + com.google.code.gson + gson + 2.8.5 + test + + + com.google.code.gson + gson + 2.8.5 + test + + + com.google.code.gson + gson + 2.8.5 + compile + -- cgit 1.2.3-korg