| | |
| | | <description>此模块为其他中间件模块的父级模块,只定义依赖</description> |
| | | |
| | | <modules> |
| | | <module>pipIrr-mw-accept</module> |
| | | <module>pipIrr-mw-rtu</module> |
| | | <module>pipIrr-mwTest-server</module> |
| | | <module>pipIrr-mwTest-client</module> |
| | | </modules> |
| | |
| | | <artifactId>jdom2</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 获得系统信息 --> |
| | | <dependency> |
| | | <groupId>com.github.oshi</groupId> |
| | | <artifactId>oshi-core</artifactId> |
| | | <version>6.6.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.java.dev.jna</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>5.12.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.java.dev.jna</groupId> |
| | | <artifactId>jna-platform</artifactId> |
| | | <version>5.12.1</version> |
| | | </dependency> |
| | | |
| | | <!-- 测试 --> |
| | | <dependency> |