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:
10
pom.xml
10
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user