From 2898675e8bf510d22df5140eb84ee2569b35ba35 Mon Sep 17 00:00:00 2001 From: "USER-20220102CG\\noblelift" <546428999@qq.com> Date: Mon, 17 Apr 2023 17:34:48 +0800 Subject: [PATCH] fix pom --- acs/nladmin-system/pom.xml | 54 +++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/acs/nladmin-system/pom.xml b/acs/nladmin-system/pom.xml index f03c6c2..15670f0 100644 --- a/acs/nladmin-system/pom.xml +++ b/acs/nladmin-system/pom.xml @@ -151,10 +151,10 @@ <!-- https://www.jianshu.com/p/e40d111c7bfc?utm_source=oschina-app 热部署 https://zhuanlan.zhihu.com/p/63381268--> <!-- Spring boot websocket --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-websocket</artifactId> - </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-websocket</artifactId> + </dependency> <!-- jwt --> <dependency> @@ -180,16 +180,16 @@ </dependency> <!-- linux的管理 --> - <dependency> - <groupId>ch.ethz.ganymed</groupId> - <artifactId>ganymed-ssh2</artifactId> - <version>build210</version> - </dependency> - <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch</artifactId> - <version>0.1.55</version> - </dependency> + <dependency> + <groupId>ch.ethz.ganymed</groupId> + <artifactId>ganymed-ssh2</artifactId> + <version>build210</version> + </dependency> + <dependency> + <groupId>com.jcraft</groupId> + <artifactId>jsch</artifactId> + <version>0.1.55</version> + </dependency> <!-- 获取系统信息 --> <dependency> @@ -347,16 +347,16 @@ </dependency> <!-- excel工具 --> -<!-- <dependency>--> -<!-- <groupId>org.apache.poi</groupId>--> -<!-- <artifactId>poi</artifactId>--> -<!-- <version>3.17</version>--> -<!-- </dependency>--> -<!-- <dependency>--> -<!-- <groupId>org.apache.poi</groupId>--> -<!-- <artifactId>poi-ooxml</artifactId>--> -<!-- <version>3.17</version>--> -<!-- </dependency>--> + <!-- <dependency>--> + <!-- <groupId>org.apache.poi</groupId>--> + <!-- <artifactId>poi</artifactId>--> + <!-- <version>3.17</version>--> + <!-- </dependency>--> + <!-- <dependency>--> + <!-- <groupId>org.apache.poi</groupId>--> + <!-- <artifactId>poi-ooxml</artifactId>--> + <!-- <version>3.17</version>--> + <!-- </dependency>--> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> @@ -453,12 +453,6 @@ <version>8.2.0</version> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>nladmin-system</artifactId> - <version>2.2.10.RELEASE</version> - </dependency> - </dependencies>