From 3c702a13da91564f65fbc2a002b7737325daaf56 Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Thu, 5 Apr 2018 10:13:31 -0400 Subject: Rename Path search-db to search-data-service. Fix mixtakes in processGet Remove requestBody from where it's not needed. Remove elastic-search dependency Issue-ID: AAI-598 Change-Id: Ib9693297230daba43ed604013c9cf4d32355da92 Signed-off-by: Shwetank Dave --- pom.xml | 45 ++------------------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4ae7392..07b7b8b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,6 @@ limitations under the License. aai-search-data-service - ${basedir}/target https://nexus.onap.org 1.8 @@ -53,13 +52,6 @@ limitations under the License. - - - - - - - com.google.code.gson gson @@ -72,6 +64,7 @@ limitations under the License. 1.3 test + com.jayway.jsonpath json-path @@ -84,6 +77,7 @@ limitations under the License. json-simple 1.1.1 + dom4j dom4j @@ -91,19 +85,6 @@ limitations under the License. provided - - - - - - - - - - org.elasticsearch - elasticsearch - 2.3.1 - commons-io commons-io @@ -117,12 +98,6 @@ limitations under the License. test - - - - - - org.onap.aai.logging-service @@ -141,13 +116,6 @@ limitations under the License. eelf-logging 1.2.2 - - - - - - - @@ -156,8 +124,6 @@ limitations under the License. 2.7.8 - - edu.emory.mathcs.backport com.springsource.edu.emory.mathcs.backport @@ -165,42 +131,36 @@ limitations under the License. provided - javax.ws.rs javax.ws.rs-api 2.0 - org.apache.directory.studio org.apache.commons.lang 2.6 - radeox radeox 0.9 - com.github.fge json-schema-validator 2.0.0 - org.json json 20180130 - org.springframework.boot spring-boot-starter-web @@ -217,7 +177,6 @@ limitations under the License. test - org.eclipse.jetty jetty-security -- cgit 1.2.3-korg