Build against Borca snapshots.

Remove MySQL support as the MySQL driver is not yet published. Update groupId for Postgres driver to org.postgresql.

See #710
This commit is contained in:
Mark Paluch
2022-01-24 15:50:54 +01:00
parent 8893a4650b
commit 36a1400e55
12 changed files with 55 additions and 670 deletions

10
pom.xml
View File

@@ -33,7 +33,7 @@
<r2dbc-spi-test.version>0.8.5.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>
<r2dbc-releasetrain.version>Arabba-SR12</r2dbc-releasetrain.version>
<r2dbc-releasetrain.version>Borca-BUILD-SNAPSHOT</r2dbc-releasetrain.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<netty>4.1.63.Final</netty>
</properties>
@@ -224,7 +224,7 @@
<!-- R2DBC Drivers -->
<dependency>
<groupId>io.r2dbc</groupId>
<groupId>org.postgresql</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<optional>true</optional>
</dependency>
@@ -241,12 +241,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.miku</groupId>
<artifactId>r2dbc-mysql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mariadb</groupId>
<artifactId>r2dbc-mariadb</artifactId>