From d527258c3512c91428615131f2d4d1b67d7f471b Mon Sep 17 00:00:00 2001
From: ProfElements <43350117+ProfElements@users.noreply.github.com>
Date: Wed, 17 Jan 2024 00:54:27 -0600
Subject: [PATCH] Add provided scope to lombok, otherwise no dependents
I can't do proper gastro integration without this one change (quite litterally cant compile)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a5c638..971d5e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,7 @@
org.projectlombok
lombok
1.18.24
+ provided
@@ -160,4 +161,4 @@
compile
-
\ No newline at end of file
+