mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-05 10:19:14 +00:00
fix: Issue 2368/fix broken tests (#2511)
* fixing typo * added embedded mongo db to fix MongoBankTest * cleaning up tests * added embedded mongo db to fix MongoBankTest * cleaning up tests
This commit is contained in:
@@ -43,6 +43,12 @@
|
||||
<groupId>com.google.inject</groupId>
|
||||
<artifactId>guice</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.flapdoodle.embed</groupId>
|
||||
<artifactId>de.flapdoodle.embed.mongo</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mongodb</groupId>
|
||||
<artifactId>bson</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user