#804 - Remove spring-data-mongodb-cross-store from bom.

We removed spring-data-mongodb-cross-store from Spring Data MongoDB so we don't need to manage it any longer.
This commit is contained in:
Mark Paluch
2019-04-16 11:14:46 +02:00
parent 1ab5cecb40
commit bedbfdbcb3
2 changed files with 0 additions and 9 deletions

View File

@@ -123,10 +123,6 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-cross-store</artifactId>
</dependency>
<!-- Spring Data Neo4j -->
<dependency>

View File

@@ -88,11 +88,6 @@
<artifactId>spring-data-mongodb</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-cross-store</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- Spring Data Neo4j -->
<dependency>