DATAREST-1523 - Delombok production sources.

Hacking.
This commit is contained in:
Oliver Drotbohm
2020-08-11 12:50:57 +02:00
parent be2fa72904
commit b17fed5fa6
50 changed files with 1366 additions and 440 deletions

View File

@@ -43,6 +43,13 @@
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>