| | |
| | | <!-- common 的依赖配置--> |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-common-bom</artifactId> |
| | | <artifactId>hs-common-bom</artifactId> |
| | | <version>${revision}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | |
| | | |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-system</artifactId> |
| | | <artifactId>hs-system</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-job</artifactId> |
| | | <artifactId>hs-job</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-generator</artifactId> |
| | | <artifactId>hs-generator</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-demo</artifactId> |
| | | <artifactId>hs-demo</artifactId> |
| | | <version>${revision}</version> |
| | | </dependency> |
| | | |
| | |
| | | |
| | | <modules> |
| | | <module>hs-service</module> |
| | | <module>ruoyi-common</module> |
| | | <module>ruoyi-extend</module> |
| | | <module>ruoyi-modules</module> |
| | | <module>hs-common</module> |
| | | <module>hs-extend</module> |
| | | <module>hs-modules</module> |
| | | </modules> |
| | | <packaging>pom</packaging> |
| | | |