| | |
| | | <!-- 依赖声明 --> |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | |
| | | <!-- 覆盖SpringFramework的依赖配置--> |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | |
| | | <artifactId>lombok</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | |
| | | <!-- 对接ICC平台--> |
| | | <dependency> |
| | | <groupId>com.dahuatech.icc</groupId> |
| | | <artifactId>java-sdk-oauth</artifactId> |
| | | <version>1.0.13.10</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | |
| | | </dependencies> |
| | | |
| | | <modules> |
| | | <module>ruoyi-admin</module> |
| | | <module>ruoyi-admin-ztns</module> |
| | | <module>ruoyi-framework</module> |
| | | <module>ruoyi-system</module> |
| | | <module>ruoyi-common</module> |