There was an error while loading. Please reload this page.
1 parent bed5e10 commit e5fc24dCopy full SHA for e5fc24d
1 file changed
backend/pom.xml
@@ -249,7 +249,7 @@
249
</dependency>
250
<dependency>
251
<groupId>org.testcontainers</groupId>
252
- <artifactId>testcontainers-junit-jupiter</artifactId>
+ <artifactId>junit-jupiter</artifactId>
253
<scope>test</scope>
254
255
@@ -259,12 +259,12 @@
259
260
261
262
- <artifactId>testcontainers-r2dbc</artifactId>
+ <artifactId>r2dbc</artifactId>
263
264
265
266
267
- <artifactId>testcontainers-postgresql</artifactId>
+ <artifactId>postgresql</artifactId>
268
269
270
0 commit comments