From e4e76d2c4bdb815a198ec5e7a3da40ed19c48157 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期三, 03 四月 2024 08:36:40 +0800
Subject: [PATCH] #

---
 zy-asrs-wcs/pom.xml |  104 ++++++++++++++++------------------------------------
 1 files changed, 32 insertions(+), 72 deletions(-)

diff --git a/zy-asrs-wcs/pom.xml b/zy-asrs-wcs/pom.xml
index 1cb5a34..bffedee 100644
--- a/zy-asrs-wcs/pom.xml
+++ b/zy-asrs-wcs/pom.xml
@@ -7,7 +7,7 @@
     <version>1.0.0</version>
     <packaging>war</packaging>
 
-    <name>wms</name>
+    <name>wcs</name>
 
     <parent>
         <groupId>com.zy</groupId>
@@ -33,6 +33,22 @@
             <artifactId>spring-boot-starter-web</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-security</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>io.jsonwebtoken</groupId>
+            <artifactId>jjwt-impl</artifactId>
+            <version>0.11.2</version>
+        </dependency>
+        <dependency>
+            <groupId>io.jsonwebtoken</groupId>
+            <artifactId>jjwt-jackson</artifactId>
+            <version>0.11.2</version>
+        </dependency>
+
         <!-- okHttp3 -->
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>
@@ -40,88 +56,32 @@
             <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</groupId>
+            <artifactId>spring-aspects</artifactId>
+            <version>5.2.5.RELEASE</version>
         </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-data-redis</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.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
         </dependency>
+
         <dependency>
-            <groupId>com.wcs.led</groupId>
-            <artifactId>rxtx</artifactId>
-            <scope>system</scope>
-            <version>2.1.7</version>
-            <systemPath>${project.basedir}/src/main/resources/lib/rxtx-2.1.7.jar</systemPath>
+            <groupId>com.github.dathlin</groupId>
+            <artifactId>HslCommunication</artifactId>
+            <version>2.0.0</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>
-        </dependency>
-        <dependency>
-            <groupId>com.wcs.led</groupId>
-            <artifactId>stax</artifactId>
-            <scope>system</scope>
-            <version>1.2.0</version>
-            <systemPath>${project.basedir}/src/main/resources/lib/stax-1.2.0.jar</systemPath>
-        </dependency>
-        <dependency>
-            <groupId>com.wcs.led</groupId>
-            <artifactId>stax-api</artifactId>
-            <scope>system</scope>
-            <version>1.0.1</version>
-            <systemPath>${project.basedir}/src/main/resources/lib/stax-api-1.0.1.jar</systemPath>
-        </dependency>
-        <dependency>
-            <groupId>com.wcs.led</groupId>
-            <artifactId>uia-comm</artifactId>
-            <scope>system</scope>
-            <version>0.5.1</version>
-            <systemPath>${project.basedir}/src/main/resources/lib/uia-comm-0.5.1.jar</systemPath>
-        </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>
-        </dependency>
-        <dependency>
-            <groupId>com.wcs.led</groupId>
-            <artifactId>uia-utils</artifactId>
-            <scope>system</scope>
-            <version>0.2.0</version>
-            <systemPath>${project.basedir}/src/main/resources/lib/uia-utils-0.2.0.jar</systemPath>
-        </dependency>
-        <dependency>
-            <groupId>com.wcs.led</groupId>
-            <artifactId>xpp3</artifactId>
-            <scope>system</scope>
-            <version>1.1.3.3</version>
-            <systemPath>${project.basedir}/src/main/resources/lib/xpp3-1.1.3.3.jar</systemPath>
-        </dependency>
+
     </dependencies>
 
     <build>
-        <finalName>asrs-wcs</finalName>
+        <finalName>wcs</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

--
Gitblit v1.9.1