diff --git a/build.gradle.kts b/build.gradle.kts index 23814a3..e7ad953 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,14 +33,12 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-mail") -// implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-web") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("org.springframework.boot:spring-boot-starter") implementation("org.springframework.boot:spring-boot-starter-validation") implementation("org.springframework.boot:spring-boot-starter-actuator") developmentOnly("org.springframework.boot:spring-boot-devtools") - implementation("org.postgresql:postgresql:42.7.2") implementation("org.jetbrains.kotlin:kotlin-reflect") compileOnly("org.projectlombok:lombok") annotationProcessor("org.projectlombok:lombok")