Skip to content

Commit 6c01514

Browse files
committed
Adding dependencies to pom file
1 parent 833e931 commit 6c01514

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)