From 455e58f866d7f538422f50362137d9759dc58768 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 21 三月 2023 14:21:45 +0800 Subject: [PATCH] 优化合并对讲broadcast级联模式 --- pom.xml | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bcc3c36..75d29f2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.7.2</version> + <version>2.7.9</version> </parent> <groupId>com.genersoft</groupId> @@ -314,7 +314,6 @@ <dateFormat>yyyyMMdd</dateFormat> </configuration> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> @@ -323,7 +322,6 @@ <skipTests>true</skipTests> </configuration> </plugin> - </plugins> <resources> <resource> -- Gitblit v1.8.0