We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b47791 commit b7eeb1aCopy full SHA for b7eeb1a
dataframe-jdbc/build.gradle.kts
@@ -16,8 +16,8 @@ repositories {
16
17
dependencies {
18
api(projects.core)
19
- implementation(libs.mariadb)
20
implementation(libs.kotlinLogging)
+ testImplementation(libs.mariadb)
21
testImplementation(libs.sqlite)
22
testImplementation(libs.postgresql)
23
testImplementation(libs.mysql)
0 commit comments