From 9d355750518c2f9d771b59a05920354faeaa19af Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 26 三月 2024 10:37:39 +0800 Subject: [PATCH] update springboot 3.2.3 => 3.2.4 update springdoc 2.3.0 => 2.4.0 update springboot-admin 3.2.2 => 3.2.3 update redisson 3.27.0 => 3.27.2 update sms4j 3.1.1 => 3.2.0 --- ruoyi-extend/ruoyi-easyretry-server/pom.xml | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ruoyi-extend/ruoyi-easyretry-server/pom.xml b/ruoyi-extend/ruoyi-easyretry-server/pom.xml index 0b1463b..4ea4d74 100644 --- a/ruoyi-extend/ruoyi-easyretry-server/pom.xml +++ b/ruoyi-extend/ruoyi-easyretry-server/pom.xml @@ -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> -- Gitblit v1.9.3