Skip to content

Commit 2ed264f

Browse files
committed
feat: add Testcontainers dependency for MongoDB in test scope
1 parent ef379b4 commit 2ed264f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@
123123
<version>${mockito.verson}</version>
124124
<scope>test</scope>
125125
</dependency>
126+
<dependency>
127+
<groupId>org.testcontainers</groupId>
128+
<artifactId>mongodb</artifactId>
129+
<version>1.21.3</version>
130+
<scope>test</scope>
131+
</dependency>
126132
</dependencies>
127133

128134
<build>

0 commit comments

Comments
 (0)