|
@@ -69,25 +69,19 @@
|
|
|
|
|
|
<!--modbus4j start-->
|
|
|
<dependency>
|
|
|
- <groupId>com.jwk</groupId>
|
|
|
+ <groupId>com.warewms</groupId>
|
|
|
<artifactId>RXTXcomm</artifactId>
|
|
|
- <version>3.0.5</version>
|
|
|
- <scope>system</scope>
|
|
|
- <systemPath>${basedir}/src/main/resources/lib/RXTXcomm.jar</systemPath>
|
|
|
+ <version>1.0.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.jwk</groupId>
|
|
|
+ <groupId>com.warewms</groupId>
|
|
|
<artifactId>modbus4j</artifactId>
|
|
|
<version>3.0.5</version>
|
|
|
- <scope>system</scope>
|
|
|
- <systemPath>${basedir}/src/main/resources/lib/modbus4j-3.0.5.jar</systemPath>
|
|
|
- </dependency>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.jwk</groupId>
|
|
|
+ <groupId>com.warewms</groupId>
|
|
|
<artifactId>jssc</artifactId>
|
|
|
<version>2.8.0</version>
|
|
|
- <scope>system</scope>
|
|
|
- <systemPath>${basedir}/src/main/resources/lib/jssc-2.8.0.jar</systemPath>
|
|
|
</dependency>
|
|
|
<!--modbus4j end-->
|
|
|
</dependencies>
|