From 663130df4556c35b8b390a74df571af8185d974d Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期日, 19 二月 2023 12:46:53 +0800
Subject: [PATCH] 完善支持语音对讲talk

---
 pom.xml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b5306e..cbcbb11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
 					<exclusions>
 						<exclusion>
 							<groupId>org.springframework.boot</groupId>
-							<artifactId>spring-boot-starter-tomcat</artifactId>
+							<artifactId>spring-boot-starter-jetty</artifactId>
 						</exclusion>
 					</exclusions>
 				</dependency>
@@ -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