aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFraboni, Gino (gf403a) <gino.fraboni@amdocs.com>2017-07-20 13:35:06 -0400
committergfraboni <gino.fraboni@amdocs.com>2017-07-20 13:36:12 -0400
commit629c4dc6e90840f164af0091eb00c4bcf4033f83 (patch)
tree5ebf43f889dd95c0fc7eb7d91552f4790bec8b75 /pom.xml
parent895cd72a962de1868151288d4df1510db5280fab (diff)
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 <gino.fraboni@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 45008e7..9d087ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,8 @@
<dependency>
<groupId>org.openecomp.aai.logging-service</groupId>
<artifactId>common-logging</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <!--<version>1.0.0-SNAPSHOT</version>-->
+ <version>1.0.0</version>
</dependency>
<!-- Jersey Test Framework. -->