Skip to content

Commit b7eeb1a

Browse files
committed
Remove mariadb dependency from jdbc
We recommend in the documentation to add it to user projects: https://kotlin.github.io/dataframe/readsqldatabases.html#getting-started-with-reading-from-sql-database-in-gradle-project Seems like it was added for testing and left in implementation by accident
1 parent 8b47791 commit b7eeb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataframe-jdbc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ repositories {
1616

1717
dependencies {
1818
api(projects.core)
19-
implementation(libs.mariadb)
2019
implementation(libs.kotlinLogging)
20+
testImplementation(libs.mariadb)
2121
testImplementation(libs.sqlite)
2222
testImplementation(libs.postgresql)
2323
testImplementation(libs.mysql)

0 commit comments

Comments
 (0)