Skip to content

Commit

Permalink
chore: mysql dependency 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
miseongk committed Jul 16, 2024
1 parent 9133509 commit 7c969ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")

runtimeOnly("com.h2database:h2")
runtimeOnly("com.mysql:mysql-connector-j")
runtimeOnly("mysql:mysql-connector-java")


testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit 7c969ab

Please sign in to comment.