Skip to content

Commit 07cb57e

Browse files
Add MongoDB Driver
1 parent c91c9c7 commit 07cb57e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616

17+
<dependencies>
18+
<dependency>
19+
<groupId>org.mongodb</groupId>
20+
<artifactId>mongodb-driver</artifactId>
21+
<version>3.6.4</version>
22+
</dependency>
23+
</dependencies>
24+
1725
</project>

0 commit comments

Comments
 (0)