From f952c7c610e7898f601d59d18f0c6a333809c1c0 Mon Sep 17 00:00:00 2001
From: riorio805 <sefrianojieftara@gmail.com>
Date: Fri, 28 Feb 2025 17:21:05 +0700
Subject: [PATCH] Fix compile errors in IntelliJ by adding version to lombok in
 pom.xml

---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index feeca04..bfbd19b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,11 @@
 			<scope>runtime</scope>
 		</dependency>
 
+		<dependency>
+			<groupId>net.datafaker</groupId>
+			<artifactId>datafaker</artifactId>
+			<version>2.4.2</version>
+		</dependency>
 
 		<!-- REST-assured for integration testing -->
 		<dependency>
@@ -171,6 +176,7 @@
 						<path>
 							<groupId>org.projectlombok</groupId>
 							<artifactId>lombok</artifactId>
+							<version>1.18.36</version>
 						</path>
 					</annotationProcessorPaths>
 				</configuration>
-- 
GitLab