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-rest/pom.xml | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 aai-rest/pom.xml (limited to 'aai-rest/pom.xml') diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml new file mode 100644 index 00000000..9822061a --- /dev/null +++ b/aai-rest/pom.xml @@ -0,0 +1,129 @@ + + + + 4.0.0 + + + org.onap.aai.aai-common + aai-common + 1.4.1-SNAPSHOT + + aai-rest + aai-rest + 1.4.1-SNAPSHOT + + + https://nexus.onap.org + 1.0.0 + 1.5.15.RELEASE + 1.5.15.RELEASE + 1.0.3.RELEASE + + + + + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.starter.parent.version} + import + pom + + + + + + + com.att.eelf + eelf-core + ${eelf.core.version} + + + org.springframework.boot + spring-boot-starter-web + ${spring.boot.starter.web.version} + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.slf4j + log4j-over-slf4j + + + + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-jersey + + + javax.ws.rs + javax.ws.rs-api + 2.0.1 + + + org.apache.httpcomponents + httpclient + 4.5.1 + + + + org.springframework.security + spring-security-rsa + ${spring.security.version} + + + org.bouncycastle + bcpkix-jdk15on + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-test + 1.5.1.RELEASE + test + + + + -- cgit 1.2.3-korg