Remove Jasync from tests.

Jasync does not support MySQL's 8.0 caching_sha2_password and there are no plans to support it.

See #594.
This commit is contained in:
Mark Paluch
2021-05-03 14:57:05 +02:00
parent 285758060b
commit c4c823da6e
6 changed files with 0 additions and 257 deletions

View File

@@ -30,7 +30,6 @@
<degraph-check.version>0.1.4</degraph-check.version>
<postgresql.version>42.2.5</postgresql.version>
<mysql.version>8.0.21</mysql.version>
<jasync.version>1.0.14</jasync.version>
<r2dbc-spi-test.version>0.8.0.RELEASE</r2dbc-spi-test.version>
<mssql-jdbc.version>7.1.2.jre8-preview</mssql-jdbc.version>
<mariadb-jdbc.version>2.5.4</mariadb-jdbc.version>
@@ -242,13 +241,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-r2dbc-mysql</artifactId>
<version>${jasync.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.miku</groupId>
<artifactId>r2dbc-mysql</artifactId>