diff --git a/build.gradle b/build.gradle index 2c5e94d..386f16c 100644 --- a/build.gradle +++ b/build.gradle @@ -26,15 +26,15 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' - implementation 'org.springframework.boot:spring-boot-starter-security' + // implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'io.github.wimdeblauwe:htmx-spring-boot-thymeleaf:4.0.1' - implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6' + // implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'org.springframework.security:spring-security-test' + // testImplementation 'org.springframework.security:spring-security-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }