diff --git a/backend-spring/build.gradle.kts b/backend-spring/build.gradle.kts index 069add2..cdfd23a 100644 --- a/backend-spring/build.gradle.kts +++ b/backend-spring/build.gradle.kts @@ -24,6 +24,8 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-flyway") implementation("org.flywaydb:flyway-database-postgresql") runtimeOnly("org.postgresql:postgresql") + compileOnly("org.projectlombok:lombok") + annotationProcessor("org.projectlombok:lombok") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-testcontainers")