Add CRaC dependency to framework/webmvc-tomcat

This commit is contained in:
Sébastien Deleuze
2023-06-27 16:24:36 +02:00
parent 82d82b0980
commit a06f90ecea

View File

@@ -7,6 +7,7 @@ plugins {
dependencies {
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.crac:crac:0.1.3")
testImplementation("org.springframework.boot:spring-boot-starter-test")