| | |
| | | <version>${ruoyi.version}</version> |
| | | </dependency> |
| | | |
| | | <!--cnas体系管理要求--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>cnas-manage</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | </dependency> |
| | | |
| | | <!--cnas设备管理--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>cnas-device</artifactId> |
| | | <version>${ruoyi.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- minio --> |
| | | <dependency> |
| | | <groupId>io.minio</groupId> |
| | |
| | | <module>inspect-server</module> |
| | | <module>performance-server</module> |
| | | <module>cnas-require</module> |
| | | <module>cnas-manage</module> |
| | | <module>cnas-device</module> |
| | | </modules> |
| | | <packaging>pom</packaging> |
| | | |