Commit 32f694be authored by Andy Wilkinson's avatar Andy Wilkinson

Update Data MongoDB starter to depend on single Mongo driver artifact

Closes gh-6161
parent 1c8ede44
...@@ -30,6 +30,12 @@ ...@@ -30,6 +30,12 @@
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId> <artifactId>spring-data-mongodb</artifactId>
<exclusions>
<exclusion>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment