Skip to content

Commit a6bb7ac

Browse files
committed
Import correct testcontainers dependency
1 parent 0455e61 commit a6bb7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • demo/integration-tests/tci-db

demo/integration-tests/tci-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!-- TestContainers -->
4040
<dependency>
4141
<groupId>org.testcontainers</groupId>
42-
<artifactId>mariadb</artifactId>
42+
<artifactId>testcontainers-mariadb</artifactId>
4343
<scope>compile</scope>
4444
</dependency>
4545
</dependencies>

0 commit comments

Comments
 (0)