Skip to content

Commit

Permalink
fix: gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HyungJu committed Apr 2, 2024
1 parent e299943 commit 04b942e
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 @@ -40,7 +40,7 @@ dependencies {
// Database Related Dependencies
implementation("org.springframework.boot:spring-boot-starter-data-jpa")

compileOnly("org.flywaydb:flyway-mysql")
implementation("org.flywaydb:flyway-mysql")
implementation("org.flywaydb:flyway-core")
runtimeOnly("com.mysql:mysql-connector-j")

Expand Down

0 comments on commit 04b942e

Please sign in to comment.