remove Elasticsearch dependency from os-core-common
Remove Elasticsearch dependency from os-core-common. All services consuming os-core-common inherits Elasticsearch dependencies even though only Search and Indexer service is consumer of these.
Two interface defined in os-core-common are implemented by only Indexer service and they can be safely moved to Indexer service.
Related Indexer service MR: 261
Edited by Neelesh Thakur