diff --git a/build.gradle b/build.gradle index 4674e8c..5aef1cc 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,6 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-security' - implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' testImplementation 'org.springframework.security:spring-security-test' compileOnly 'org.projectlombok:lombok' testImplementation 'com.h2database:h2'