Skip to content

Commit f63d4d2

Browse files
committed
use bom for mongo driver
1 parent 2f5b8d1 commit f63d4d2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,10 @@
329329
<!-- Database -->
330330
<dependency>
331331
<groupId>org.mongodb</groupId>
332-
<artifactId>mongodb-driver-sync</artifactId>
333-
<version>5.6.1</version>
334-
</dependency>
335-
336-
<dependency>
337-
<groupId>org.mongodb</groupId>
338-
<artifactId>bson</artifactId>
332+
<artifactId>mongodb-driver-bom</artifactId>
339333
<version>5.6.1</version>
334+
<type>pom</type>
335+
<scope>import</scope>
340336
</dependency>
341337

342338
<dependency>

0 commit comments

Comments
 (0)