From 693ae815dc41650498fefb87bf2d4a1639a3b855 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Fri, 13 Oct 2017 13:53:04 -0400 Subject: Fixing the startup after junit increase The ajsc container was starting up after the cleanup. So cleaning up the servlet filters to remove the unwanted files. Issue-ID: AAI-429 Change-Id: I254e4421a6e1735191afc48cf58cb3c46e17defc Signed-off-by: Arul.Nambi --- src/test/resources/appconfig/search-service.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/test/resources/appconfig/search-service.properties') diff --git a/src/test/resources/appconfig/search-service.properties b/src/test/resources/appconfig/search-service.properties index 13e25ac..4f7f036 100644 --- a/src/test/resources/appconfig/search-service.properties +++ b/src/test/resources/appconfig/search-service.properties @@ -15,9 +15,6 @@ search-service.httpPort=9509 # # Searchable entities search-service.indexName=entity-search-index -# Inventory searches -search-service.topographicalIndexName=topography-search-index -search-service.entityCountHistoryIndexName=entitycounthistoryindex ############################## Version ############################## # -- cgit 1.2.3-korg