From 745efd43ff1c748e63a6b3b33de5e0a52238271f Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 29 Jul 2020 12:38:36 +0200 Subject: [PATCH] DATAREST-1539 - Temporarily re-add Lombok in compile scope. To make sure we keep the build alive to get other fixes out before we can complete the delombokification. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 61c736216..003f5c7b2 100644 --- a/pom.xml +++ b/pom.xml @@ -140,6 +140,13 @@ test + + org.projectlombok + lombok + ${lombok} + provided + +