Skip to content

Commit e5fc24d

Browse files
no message
1 parent bed5e10 commit e5fc24d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
</dependency>
250250
<dependency>
251251
<groupId>org.testcontainers</groupId>
252-
<artifactId>testcontainers-junit-jupiter</artifactId>
252+
<artifactId>junit-jupiter</artifactId>
253253
<scope>test</scope>
254254
</dependency>
255255
<dependency>
@@ -259,12 +259,12 @@
259259
</dependency>
260260
<dependency>
261261
<groupId>org.testcontainers</groupId>
262-
<artifactId>testcontainers-r2dbc</artifactId>
262+
<artifactId>r2dbc</artifactId>
263263
<scope>test</scope>
264264
</dependency>
265265
<dependency>
266266
<groupId>org.testcontainers</groupId>
267-
<artifactId>testcontainers-postgresql</artifactId>
267+
<artifactId>postgresql</artifactId>
268268
<scope>test</scope>
269269
</dependency>
270270
<dependency>

0 commit comments

Comments
 (0)