打包时把 lombok 排除掉

This commit is contained in:
songyinyin
2023-10-29 21:40:57 +08:00
parent e90bc0f10a
commit c9b501f334
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -30,11 +30,6 @@
<artifactId>hutool-core</artifactId>
<version>${hutool.version}</version>
</dependency>
<!--lombok-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>
+1
View File
@@ -110,6 +110,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>