From 0f7621c51507ee1e927b10dba7c9c62c0e524a74 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期五, 12 十二月 2025 10:18:31 +0800
Subject: [PATCH] #AI
---
pom.xml | 70 +++++++++++++++++++----------------
1 files changed, 38 insertions(+), 32 deletions(-)
diff --git a/pom.xml b/pom.xml
index f3426a9..38b5e6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.3.RELEASE</version>
+ <version>2.5.14</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.zy</groupId>
@@ -15,10 +15,10 @@
<properties>
<java.version>1.8</java.version>
- <cool.version>1.1.1</cool.version>
+ <cool.version>3.4.0</cool.version>
<mysql-driver.version>5.1.47</mysql-driver.version>
<mybatis-plus.version>2.3.2</mybatis-plus.version>
- <fastjson.version>1.2.58</fastjson.version>
+ <fastjson.version>1.2.83</fastjson.version>
<springfox.version>2.7.0</springfox.version>
</properties>
@@ -44,7 +44,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>${mysql-driver.version}</version>
+ <version>5.1.46</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
@@ -103,52 +103,58 @@
<artifactId>okhttp</artifactId>
<version>3.10.0</version>
</dependency>
-
- <!-- led sdk -->
<dependency>
- <groupId>com.wcs.led</groupId>
- <artifactId>5m3</artifactId>
- <scope>system</scope>
- <version>0.5.0</version>
- <systemPath>${project.basedir}/src/main/resources/lib/bx05-0.5.0-SNAPSHOT.jar</systemPath>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
- <groupId>com.wcs.led</groupId>
- <artifactId>5m3message</artifactId>
- <scope>system</scope>
- <version>0.5.0</version>
- <systemPath>${project.basedir}/src/main/resources/lib/bx05.message-0.5.0-SNAPSHOT.jar</systemPath>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
- <groupId>com.wcs.led</groupId>
- <artifactId>5m3doc</artifactId>
- <scope>system</scope>
- <version>0.5.0</version>
- <systemPath>${project.basedir}/src/main/resources/lib/bx05-0.5.0-SNAPSHOT-javadoc.jar</systemPath>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>3.13</version>
</dependency>
<dependency>
- <groupId>com.wcs.led</groupId>
- <artifactId>simple-xml</artifactId>
- <scope>system</scope>
- <version>2.7.1</version>
- <systemPath>${project.basedir}/src/main/resources/lib/simple-xml-2.7.1.jar</systemPath>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <version>3.13</version>
</dependency>
<dependency>
- <groupId>com.wcs.led</groupId>
- <artifactId>uia-message</artifactId>
- <scope>system</scope>
- <version>0.6.0</version>
- <systemPath>${project.basedir}/src/main/resources/lib/uia-message-0.6.0.jar</systemPath>
+ <groupId>de.schlichtherle.truelicense</groupId>
+ <artifactId>truelicense-core</artifactId>
+ <version>1.33</version>
+ </dependency>
+ <!-- WebClient -->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
</dependencies>
<build>
- <finalName>gdwcs</finalName>
+ <finalName>wcs</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+<!-- <configuration>-->
+<!-- <webResources>-->
+<!-- <resource>-->
+<!-- <directory>src/main/resources/lib</directory>-->
+<!-- <targetPath>WEB-INF/lib/</targetPath>-->
+<!-- <includes>-->
+<!-- <include>**/*.jar</include>-->
+<!-- </includes>-->
+<!-- </resource>-->
+<!-- </webResources>-->
+<!-- </configuration>-->
+ </plugin>
</plugins>
</build>
--
Gitblit v1.9.1