From 50ea6764d0cc65fcb0a53462b320272fc3a25b7a Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Tue, 14 Jan 2025 18:43:23 +0100 Subject: [PATCH] set up spring security --- build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 8599e0a..9165ecf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,8 +13,10 @@ dependencies { implementation(hlaeja.kotlinx.coroutines) implementation(hlaeja.projectreactor.kotlin.reactor.extensions) implementation(hlaeja.springboot.starter.actuator) + implementation(hlaeja.springboot.starter.security) implementation(hlaeja.springboot.starter.thymeleaf) implementation(hlaeja.springboot.starter.webflux) + implementation(hlaeja.thymeleaf.spring.security) testImplementation(hlaeja.assertj.core) testImplementation(hlaeja.kotlin.test.junit5)