#15 - Remove Spring Data Solr from BOM.

Spring Data Solr is no longer shipped with the 2021.0 release train.
This commit is contained in:
Mark Paluch
2020-11-04 11:20:45 +01:00
parent b202ccc0f7
commit 27b0dcf504
2 changed files with 0 additions and 13 deletions

View File

@@ -155,12 +155,6 @@
<artifactId>spring-data-rest-hal-explorer</artifactId>
</dependency>
<!-- Spring Data Solr -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-solr</artifactId>
</dependency>
<!-- Spring Data KeyValue -->
<dependency>
<groupId>org.springframework.data</groupId>

View File

@@ -170,13 +170,6 @@
<version>3.5.0-SNAPSHOT</version>
</dependency>
<!-- Spring Data Solr -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-solr</artifactId>
<version>4.4.0-SNAPSHOT</version>
</dependency>
<!-- Spring Data KeyValue -->
<dependency>
<groupId>org.springframework.data</groupId>