diff --git a/framework/webmvc-tomcat/build.gradle b/framework/webmvc-tomcat/build.gradle index e336ecd..234205c 100644 --- a/framework/webmvc-tomcat/build.gradle +++ b/framework/webmvc-tomcat/build.gradle @@ -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")