Use canonical starter name for Boot 4.0

This commit is contained in:
Dave Syer 2025-11-26 14:14:27 +00:00
parent 828940e5a1
commit a9b7c6b4cd
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-webmvc'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'javax.cache:cache-api'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api'