|
|
|
|
@ -70,6 +70,18 @@
@@ -70,6 +70,18 @@
|
|
|
|
|
</developer> |
|
|
|
|
</developers> |
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.testcontainers</groupId> |
|
|
|
|
<artifactId>testcontainers-bom</artifactId> |
|
|
|
|
<version>${testcontainers}</version> |
|
|
|
|
<type>pom</type> |
|
|
|
|
<scope>import</scope> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
@ -175,7 +187,6 @@
@@ -175,7 +187,6 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.testcontainers</groupId> |
|
|
|
|
<artifactId>mysql</artifactId> |
|
|
|
|
<version>${testcontainers.version}</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
@ -188,21 +199,18 @@
@@ -188,21 +199,18 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.testcontainers</groupId> |
|
|
|
|
<artifactId>postgresql</artifactId> |
|
|
|
|
<version>${testcontainers.version}</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.testcontainers</groupId> |
|
|
|
|
<artifactId>mariadb</artifactId> |
|
|
|
|
<version>${testcontainers.version}</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.testcontainers</groupId> |
|
|
|
|
<artifactId>mssqlserver</artifactId> |
|
|
|
|
<version>${testcontainers.version}</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|