http-service: use jndi provided mongo

This commit is contained in:
Adam
2019-08-08 16:26:51 -04:00
parent 05ca96c3db
commit 277a3ccd35
5 changed files with 28 additions and 4 deletions

View File

@@ -125,7 +125,8 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<scope>provided</scope>
</dependency>
<dependency>