Hexagonal pattern: Add mongo driver dependency

This commit is contained in:
Ilkka Seppälä
2016-09-11 13:53:00 +03:00
parent 4410419914
commit a85463470e
2 changed files with 10 additions and 0 deletions

View File

@ -43,5 +43,9 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
</dependency>
</dependencies>
</project>