added mongodb client dependency

This commit is contained in:
Claudio Atzori 2019-07-24 16:16:46 +02:00
parent e4f4e448ac
commit b8d15d09f8
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
<artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>