Skip to content

Commit 70b2ff4

Browse files
committed
#191 - Adapt to changed groupId of r2dbc-mysql.
1 parent fd66f8a commit 70b2ff4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<postgresql.version>42.2.5</postgresql.version>
3333
<mysql.version>5.1.47</mysql.version>
3434
<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>
3636
<mssql-jdbc.version>7.1.2.jre8-preview</mssql-jdbc.version>
3737
<r2dbc-releasetrain.version>Arabba-BUILD-SNAPSHOT</r2dbc-releasetrain.version>
3838
<reactive-streams.version>1.0.1</reactive-streams.version>
@@ -231,7 +231,7 @@
231231
</dependency>
232232

233233
<dependency>
234-
<groupId>com.github.mirromutth</groupId>
234+
<groupId>dev.miku</groupId>
235235
<artifactId>r2dbc-mysql</artifactId>
236236
<version>${r2dbc-mysql.version}</version>
237237
<scope>test</scope>
@@ -402,8 +402,11 @@
402402
<url>https://repo.spring.io/libs-snapshot</url>
403403
</repository>
404404
<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>
407410
</repository>
408411
</repositories>
409412

0 commit comments

Comments
 (0)