removed exclusion of lombok

This commit is contained in:
Francesco Mangiacrapa 2021-09-29 12:00:52 +02:00
parent d358a21182
commit 8627416400
1 changed files with 0 additions and 4 deletions

View File

@ -152,10 +152,6 @@
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>