Skip to content

Commit

Permalink
Chore : mysql 디펜던시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw414 committed Jan 29, 2024
1 parent 6a14e05 commit 010bcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")

// Flyway
implementation("org.flywaydb:flyway-core:8.4.4")
implementation("org.flywaydb:flyway-mysql:8.4.4")
implementation("org.flywaydb:flyway-core")
implementation("org.flywaydb:flyway-mysql")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit 010bcf8

Please sign in to comment.