File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,9 @@ dependencies {
107
107
implementation " com.microsoft.sqlserver:mssql-jdbc:${ sqlserverDriverVersion} "
108
108
implementation " org.xerial:sqlite-jdbc:${ sqliteDriverVersion} "
109
109
implementation " com.yugabyte:jdbc-yugabytedb:${ yugabyteDriverVersion} "
110
- implementation " org.mariadb.jdbc:mariadb-java-client:${ mariadDbDriverVersion} "
110
+ implementation (" org.mariadb.jdbc:mariadb-java-client:${ mariadDbDriverVersion} " ) {
111
+ exclude group : ' org.slf4j' , module : ' slf4j-api'
112
+ }
111
113
implementation " org.apache.commons:commons-text:${ commonsTextVersion} "
112
114
testImplementation " org.junit.jupiter:junit-jupiter-api:${ junitVersion} "
113
115
testImplementation " org.junit.jupiter:junit-jupiter-params:${ junitVersion} "
You can’t perform that action at this time.
0 commit comments