Skip to content

Commit

Permalink
Revert "Switch r2dbc mysql driver to io.asyncer:r2dbc-mysql (#7043)"
Browse files Browse the repository at this point in the history
This reverts commit 3a2ba5f.
  • Loading branch information
eddumelendez committed May 31, 2023
1 parent c3b26ca commit b0902a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ dependencies {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.asyncer:r2dbc-mysql:0.9.0'
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

testImplementation project(':jdbc-test')
testImplementation 'mysql:mysql-connector-java:8.0.32'

testImplementation testFixtures(project(':r2dbc'))
testImplementation 'io.asyncer:r2dbc-mysql:0.9.0'
testImplementation 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

compileOnly 'org.jetbrains:annotations:24.0.1'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.testcontainers.containers;

import com.google.auto.service.AutoService;
import io.asyncer.r2dbc.mysql.MySqlConnectionFactoryProvider;
import dev.miku.r2dbc.mysql.MySqlConnectionFactoryProvider;
import io.r2dbc.spi.ConnectionFactoryMetadata;
import io.r2dbc.spi.ConnectionFactoryOptions;
import org.testcontainers.r2dbc.R2DBCDatabaseContainer;
Expand Down

0 comments on commit b0902a9

Please sign in to comment.