|
|
|
|
@ -1,5 +1,7 @@
@@ -1,5 +1,7 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
@ -30,12 +32,11 @@
@@ -30,12 +32,11 @@
|
|
|
|
|
<postgresql.version>42.2.5</postgresql.version> |
|
|
|
|
<mysql.version>5.1.47</mysql.version> |
|
|
|
|
<jasync.version>1.0.6</jasync.version> |
|
|
|
|
<r2dbc-mysql.version>0.8.0.RC2</r2dbc-mysql.version> |
|
|
|
|
<r2dbc-spi-test.version>0.8.0.RC2</r2dbc-spi-test.version> |
|
|
|
|
<r2dbc-spi-test.version>0.8.0.RELEASE</r2dbc-spi-test.version> |
|
|
|
|
<mssql-jdbc.version>7.1.2.jre8-preview</mssql-jdbc.version> |
|
|
|
|
<r2dbc-releasetrain.version>Arabba-RC2</r2dbc-releasetrain.version> |
|
|
|
|
<r2dbc-releasetrain.version>Arabba-BUILD-SNAPSHOT</r2dbc-releasetrain.version> |
|
|
|
|
<reactive-streams.version>1.0.3</reactive-streams.version> |
|
|
|
|
<netty>4.1.42.Final</netty> |
|
|
|
|
<netty>4.1.43.Final</netty> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<inceptionYear>2018</inceptionYear> |
|
|
|
|
@ -232,7 +233,6 @@
@@ -232,7 +233,6 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>dev.miku</groupId> |
|
|
|
|
<artifactId>r2dbc-mysql</artifactId> |
|
|
|
|
<version>${r2dbc-mysql.version}</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
@ -407,6 +407,13 @@
@@ -407,6 +407,13 @@
|
|
|
|
|
<id>spring-libs-snapshot</id> |
|
|
|
|
<url>https://repo.spring.io/libs-snapshot</url> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>oss-sonatype-snapshots</id> |
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
<pluginRepositories> |
|
|
|
|
|