From b24be12405ac4db1e9874367ae27c81aae172495 Mon Sep 17 00:00:00 2001
From: 64850858 <648540858@qq.com>
Date: 星期一, 28 六月 2021 17:22:08 +0800
Subject: [PATCH] 修复级联注册bug

---
 pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7f19522..20bf6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
+		<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
 
 		<!-- 渚濊禆鐗堟湰 -->
 		<pagehelper.version>5.2.0</pagehelper.version>
@@ -183,6 +184,12 @@
 			<version>2.3.0</version>
 		</dependency>
 
+		<!--鍙嶅悜浠g悊-->
+		<dependency>
+			<groupId>org.mitre.dsmiley.httpproxy</groupId>
+			<artifactId>smiley-http-proxy-servlet</artifactId>
+			<version>1.12</version>
+		</dependency>
 
 		<!-- onvif鍗忚鏍� -->
 		<dependency>

--
Gitblit v1.8.0