修正 modbus 版本为 3.1.0
This commit is contained in:
8
pom.xml
8
pom.xml
@ -165,17 +165,11 @@
|
||||
<artifactId>spring-integration-mqtt</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- modbus -->
|
||||
<dependency>
|
||||
<groupId>net.wimpi</groupId>
|
||||
<artifactId>j2mod</artifactId>
|
||||
<version>3.1.0</version> <!-- 提供TCPMasterConnection、SerialConnection等类 -->
|
||||
</dependency>
|
||||
<!-- modbus4j -->
|
||||
<dependency>
|
||||
<groupId>com.infiniteautomation</groupId>
|
||||
<artifactId>modbus4j</artifactId>
|
||||
<version>3.0.3</version>
|
||||
<version>3.1.0</version>
|
||||
</dependency>
|
||||
<!-- Resilience4j 断路器核心 -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user