From 1f48ec21cd29a4745e191f5ddadaf7a701f7d223 Mon Sep 17 00:00:00 2001
From: Lawrence <1934378145@qq.com>
Date: 星期五, 12 六月 2020 10:50:45 +0800
Subject: [PATCH] 将xml解析编码设定为GB2312,以满足GB28181要求

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

diff --git a/pom.xml b/pom.xml
index 88b1f90..a9ffb1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-undertow</artifactId>
+			<artifactId>spring-boot-starter-tomcat</artifactId>
 		</dependency>
 		<dependency>
 	        <groupId>org.springframework.boot</groupId>
@@ -123,7 +123,6 @@
 			<groupId>javax.sip</groupId>
 			<artifactId>jain-sip-ri</artifactId>
 			<version>1.3.0-91</version>
-			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.dom4j</groupId>

--
Gitblit v1.8.0