diff --git a/backend/reserve-check-service/build.gradle b/backend/reserve-check-service/build.gradle index 8a66489..65ddcec 100644 --- a/backend/reserve-check-service/build.gradle +++ b/backend/reserve-check-service/build.gradle @@ -71,6 +71,8 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.springframework.security:spring-security-test' + + implementation 'org.webjars:webjars-locator-core:0.53' } test {