Skip to content

Commit 4dfec08

Browse files
authored
Merge pull request #63 from getyourguide/NO-TICKET-fix-flyway
add `spring-boot-starter-flyway`
2 parents 6289e2b + 038e848 commit 4dfec08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies {
2727
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2828
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
2929
implementation 'org.springframework.boot:spring-boot-starter-web'
30+
implementation 'org.springframework.boot:spring-boot-starter-flyway'
3031
implementation 'org.flywaydb:flyway-core'
3132
compileOnly 'org.projectlombok:lombok'
3233
developmentOnly 'org.springframework.boot:spring-boot-devtools'

0 commit comments

Comments
 (0)