lombok改为provided

This commit is contained in:
mazhicheng 2020-01-16 22:52:11 +08:00
parent ef27c9ccb6
commit 568980d29a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>