Skip to content

Commit d456239

Browse files
remove mongo-java-driver
It seems it creates conflicts with the mongodb-driver used by Spring when running in Tomcat
1 parent e86e154 commit d456239

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@
166166
<version>0.4.1</version>
167167
</dependency>
168168

169-
<dependency>
170-
<groupId>org.mongodb</groupId>
171-
<artifactId>mongo-java-driver</artifactId>
172-
<version>3.5.0</version>
173-
</dependency>
174-
175169
<dependency>
176170
<groupId>joda-time</groupId>
177171
<artifactId>joda-time</artifactId>

0 commit comments

Comments
 (0)