File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 32
32
<postgresql .version>42.2.5</postgresql .version>
33
33
<mysql .version>5.1.47</mysql .version>
34
34
<jasync .version>1.0.6</jasync .version>
35
- <r2dbc-mysql .version>master -SNAPSHOT</r2dbc-mysql .version>
35
+ <r2dbc-mysql .version>0.3.0.BUILD -SNAPSHOT</r2dbc-mysql .version>
36
36
<mssql-jdbc .version>7.1.2.jre8-preview</mssql-jdbc .version>
37
37
<r2dbc-releasetrain .version>Arabba-BUILD-SNAPSHOT</r2dbc-releasetrain .version>
38
38
<reactive-streams .version>1.0.1</reactive-streams .version>
231
231
</dependency >
232
232
233
233
<dependency >
234
- <groupId >com.github.mirromutth </groupId >
234
+ <groupId >dev.miku </groupId >
235
235
<artifactId >r2dbc-mysql</artifactId >
236
236
<version >${r2dbc-mysql.version} </version >
237
237
<scope >test</scope >
402
402
<url >https://repo.spring.io/libs-snapshot</url >
403
403
</repository >
404
404
<repository >
405
- <id >jitpack.io</id >
406
- <url >https://jitpack.io</url >
405
+ <id >oss-sonatype-snapshots</id >
406
+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
407
+ <snapshots >
408
+ <enabled >true</enabled >
409
+ </snapshots >
407
410
</repository >
408
411
</repositories >
409
412
You can’t perform that action at this time.
0 commit comments