mirror of
https://github.com/brmlab/wekan-mailer.git
synced 2025-06-07 17:34:12 +02:00
Add lombok to the project
This commit is contained in:
parent
87eb5c4069
commit
4d9eba586d
1 changed files with 8 additions and 0 deletions
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue