|
@@ -13,6 +13,10 @@
|
|
|
<version>1.0</version>
|
|
|
<description>硬件对接</description>
|
|
|
|
|
|
+ <properties>
|
|
|
+ <local.lib.basedir>${pom.basedir}/../ruoyi-admin/src/main/resources/lib</local.lib.basedir>
|
|
|
+ </properties>
|
|
|
+
|
|
|
<dependencies>
|
|
|
<!-- 若依框架 -->
|
|
|
<dependency>
|
|
@@ -25,23 +29,23 @@
|
|
|
<artifactId>modbus-spring-boot-starter</artifactId>
|
|
|
<version>1.0</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/lib/modbus-spring-boot-starter.jar</systemPath>
|
|
|
+ <systemPath>${local.lib.basedir}/modbus-spring-boot-starter.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.jwk</groupId>
|
|
|
<artifactId>rfid-zebra-spring-boot-starter</artifactId>
|
|
|
<version>1.0</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/lib/rfid-zebra-spring-boot-starter.jar</systemPath>
|
|
|
+ <systemPath>${local.lib.basedir}/rfid-zebra-spring-boot-starter.jar</systemPath>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- rfid-zebra-只能跑在window上-->
|
|
|
<dependency>
|
|
|
- <groupId>com.warewms</groupId>
|
|
|
+ <groupId>com.jwk</groupId>
|
|
|
<artifactId>rfid</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/lib/rfid-1.0.0.jar</systemPath>
|
|
|
+ <systemPath>${local.lib.basedir}/rfid-1.0.0.jar</systemPath>
|
|
|
</dependency>
|
|
|
|
|
|
<!--modbus4j start-->
|
|
@@ -50,21 +54,21 @@
|
|
|
<artifactId>RXTXcomm</artifactId>
|
|
|
<version>3.0.5</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/lib/RXTXcomm.jar</systemPath>
|
|
|
+ <systemPath>${local.lib.basedir}/RXTXcomm.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.jwk</groupId>
|
|
|
<artifactId>modbus4j</artifactId>
|
|
|
<version>3.0.5</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/lib/modbus4j-3.0.5.jar</systemPath>
|
|
|
+ <systemPath>${local.lib.basedir}/modbus4j-3.0.5.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.jwk</groupId>
|
|
|
<artifactId>jssc</artifactId>
|
|
|
<version>2.8.0</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${pom.basedir}/src/main/resources/lib/jssc-2.8.0.jar</systemPath>
|
|
|
+ <systemPath>${local.lib.basedir}/jssc-2.8.0.jar</systemPath>
|
|
|
</dependency>
|
|
|
<!--modbus4j end-->
|
|
|
</dependencies>
|