|
@@ -73,21 +73,21 @@
|
|
|
<artifactId>RXTXcomm</artifactId>
|
|
|
<version>3.0.5</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${basedir}/doc/jar/RXTXcomm-3.0.5.jar</systemPath>
|
|
|
+ <systemPath>${basedir}/src/main/resources/lib/RXTXcomm.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.jwk</groupId>
|
|
|
<artifactId>modbus4j</artifactId>
|
|
|
<version>3.0.5</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${basedir}/doc/jar/modbus4j-3.0.5.jar</systemPath>
|
|
|
+ <systemPath>${basedir}/src/main/resources/lib/modbus4j-3.0.5.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.jwk</groupId>
|
|
|
<artifactId>jssc</artifactId>
|
|
|
<version>2.8.0</version>
|
|
|
<scope>system</scope>
|
|
|
- <systemPath>${basedir}/doc/jar/jssc-2.8.0.jar</systemPath>
|
|
|
+ <systemPath>${basedir}/src/main/resources/lib/jssc-2.8.0.jar</systemPath>
|
|
|
</dependency>
|
|
|
<!--modbus4j end-->
|
|
|
</dependencies>
|