mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
feat: added spring-boot-starter-liquibase dependencies
This commit is contained in:
parent
3e1ce239f4
commit
3985ba9601
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ dependencies {
|
|||
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-webmvc'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-liquibase'
|
||||
implementation 'javax.cache:cache-api'
|
||||
implementation 'jakarta.xml.bind:jakarta.xml.bind-api'
|
||||
runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue