test: Added IT for `ChatRoomRepository` and `MessageRepository`
[demos/kafka/chat] / pom.xml
diff --git a/pom.xml b/pom.xml
index 04fe374..9f6db20 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>spring-boot-starter-test</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-testcontainers</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>pl.rzrz</groupId>
       <artifactId>assertj-reactor</artifactId>
@@ -72,7 +77,7 @@
     </dependency>
     <dependency>
       <groupId>org.testcontainers</groupId>
-      <artifactId>testcontainers</artifactId>
+      <artifactId>mongodb</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>