From a952ef63ff7f13773763dcf9fdeb0a398973e3f1 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 04 一月 2024 08:18:29 +0800
Subject: [PATCH] #
---
zy-asrs-wcs/pom.xml | 94 ++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 92 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-wcs/pom.xml b/zy-asrs-wcs/pom.xml
index da8e2e5..fbedf79 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>
@@ -28,10 +28,100 @@
<artifactId>asrs-common</artifactId>
<version>1.0.0</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-web</artifactId>
+ </dependency>
+
+ <!-- okHttp3 -->
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <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>
+ </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>
+ </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>
+ </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>
+ </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