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 {
107107 implementation " com.microsoft.sqlserver:mssql-jdbc:${ sqlserverDriverVersion} "
108108 implementation " org.xerial:sqlite-jdbc:${ sqliteDriverVersion} "
109109 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+ }
111113 implementation " org.apache.commons:commons-text:${ commonsTextVersion} "
112114 testImplementation " org.junit.jupiter:junit-jupiter-api:${ junitVersion} "
113115 testImplementation " org.junit.jupiter:junit-jupiter-params:${ junitVersion} "
You can’t perform that action at this time.
0 commit comments