From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +0800
Subject: [PATCH] 优化添加设备 功能

---
 service-report/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service-report/pom.xml b/service-report/pom.xml
index 29c785a..7c52205 100755
--- a/service-report/pom.xml
+++ b/service-report/pom.xml
@@ -32,7 +32,7 @@
 
   <build>
     <finalName>service-report</finalName>
-    <pluginManagement>
+
 	    <plugins>
 	      <plugin>
 	        <groupId>org.apache.maven.plugins</groupId>
@@ -68,6 +68,6 @@
 	        </configuration>
 	      </plugin>
 	    </plugins>
-    </pluginManagement>
+
   </build>
 </project>
\ No newline at end of file

--
Gitblit v1.8.0