It currently declares four dependencies:
- org.springframework.boot:spring-boot-starter
- org.apache.httpcomponents
- org.apache.solr:solrj
- org.springframework.data:spring-data-solr
2 and 3 are transitive dependencies of 4, so we can simplify things by just declaring a dependency on org.springframework.data:spring-data-solr
with the exclusions that are currently declared in 2 and 3.