Add lombok to the project

This commit is contained in:
Malanius 2018-09-30 17:31:31 +02:00
parent 87eb5c4069
commit 4d9eba586d

View file

@ -29,6 +29,14 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.2</version>
<scope>provided</scope>
</dependency>
</dependencies>