Description
oak-solr-remote module depends on solr-core since the automatic collection creation feature was added (in OAK-849) as it uses org.apache.solr.cloud.SolrZkClient however that should be an optional dependency to allow the basic setup to be much more lightweight (just depend on solrj) and eventually provide solr-core dependency just in case that's needed for automatic collection creation.