From 186121057e406db92a6957f2b4da11d8ce51bce1 Mon Sep 17 00:00:00 2001 From: NThakur4 <nthakur4@slb.com> Date: Fri, 14 Jan 2022 15:01:26 -0600 Subject: [PATCH] fix service initialization --- .../osdu/indexer/service/ClusterConfigurationServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indexer-core/src/main/java/org/opengroup/osdu/indexer/service/ClusterConfigurationServiceImpl.java b/indexer-core/src/main/java/org/opengroup/osdu/indexer/service/ClusterConfigurationServiceImpl.java index e828cad8e..635438647 100644 --- a/indexer-core/src/main/java/org/opengroup/osdu/indexer/service/ClusterConfigurationServiceImpl.java +++ b/indexer-core/src/main/java/org/opengroup/osdu/indexer/service/ClusterConfigurationServiceImpl.java @@ -22,9 +22,11 @@ import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.unit.TimeValue; import org.opengroup.osdu.indexer.util.ElasticClientHandler; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; import java.io.IOException; +@Service public class ClusterConfigurationServiceImpl implements IClusterConfigurationService { @Autowired -- GitLab