From 629c4dc6e90840f164af0091eb00c4bcf4033f83 Mon Sep 17 00:00:00 2001 From: "Fraboni, Gino (gf403a)" Date: Thu, 20 Jul 2017 13:35:06 -0400 Subject: Reject doc create requests if index does not exist [AAI-62] Search Data Service should not implicitly create indexes on document write... Search Data Service will now explicitly block a document create or update if the associated index does not already exist in the document store. Change-Id: Ie96364da754aa6a2cb554b06f62a7a647181bcce Signed-off-by: gfraboni --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 45008e7..9d087ad 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,8 @@ org.openecomp.aai.logging-service common-logging - 1.0.0-SNAPSHOT + + 1.0.0 -- cgit 1.2.3-korg