diff --git a/backend/pom.xml b/backend/pom.xml
index 963c923..a19dcac 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -25,6 +25,7 @@
UTF-8
3.5.7
0.12.5
+ 1.18.40
@@ -83,6 +84,7 @@
org.projectlombok
lombok
+ ${lombok.version}
true
@@ -96,6 +98,19 @@
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+
+
+
+
+
org.springframework.boot
spring-boot-maven-plugin