feat: added spring-boot-starter-liquibase dependencies

This commit is contained in:
vilar 2025-12-17 18:17:43 +05:00
parent 3e1ce239f4
commit 3985ba9601

View file

@ -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'