Skip to content

Commit

Permalink
Fix jdbc driver problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Aug 24, 2024
1 parent 19772ac commit 2b3f503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authorizations/authorization-ranger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ dependencies {
testImplementation(libs.hive2.jdbc) {
exclude("org.slf4j")
}
testImplementation(libs.mysql.driver)
}

tasks {
Expand Down

0 comments on commit 2b3f503

Please sign in to comment.