From 68326716f83a4e0b361d1b1d777d9a48ba7c857a Mon Sep 17 00:00:00 2001 From: lawrencehj <1934378145@qq.com> Date: 星期二, 22 六月 2021 11:57:46 +0800 Subject: [PATCH] 格式统一 --- pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index f8a8b53..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> @@ -202,6 +209,9 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <configuration> + <includeSystemScope>true</includeSystemScope> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- Gitblit v1.8.0