!494 fix: easyretry扩展模块pom.xml的build脚本有误

Merge pull request !494 from dhb52/feature/easyretry
This commit is contained in:
疯狂的狮子Li 2024-03-14 07:48:18 +00:00 committed by Gitee
commit 7b8822f664
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -26,19 +26,19 @@
</dependencies>
<build>
<finalName>ruoyi-easyretry-server</finalName>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
<version>${spring-boot.version}</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>