From 65d1967e544003ab34ed75ecf97a1100d3d92bb1 Mon Sep 17 00:00:00 2001 From: Chanakyan Date: Thu, 23 Jul 2026 18:41:18 +0530 Subject: [PATCH] fix(backend): configure lombok annotation processor path in pom.xml --- backend/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/backend/pom.xml b/backend/pom.xml index 7739cd7..e77713c 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -79,6 +79,18 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + + + + org.springframework.boot spring-boot-maven-plugin