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.
This commit is contained in:
Oliver Drotbohm
2020-07-29 12:38:36 +02:00
parent 15b8d598bd
commit 745efd43ff

View File

@@ -140,6 +140,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>