| | |
| | | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <groupId>org.dromara</groupId> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>ruoyi-vue-plus</artifactId> |
| | | <version>5.1.2</version> |
| | | <packaging>pom</packaging> |
| | |
| | | <description>RuoYi-Vue-Plus多租户管理系统</description> |
| | | <url>https://gitee.com/dromara/RuoYi-Vue-Plus</url> |
| | | <modules> |
| | | <module>ruoyi-admin</module> |
| | | <module>ruoyi-common</module> |
| | | <module>ruoyi-extend</module> |
| | | <module>ruoyi-modules</module> |
| | | <module>hs-service</module> |
| | | <module>hs-common</module> |
| | | <module>hs-extend</module> |
| | | <module>hs-modules</module> |
| | | </modules> |
| | | <properties> |
| | | <spring-boot-admin.version>3.1.8</spring-boot-admin.version> |
| | |
| | | <version>${justauth.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-common-bom</artifactId> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>hs-common-bom</artifactId> |
| | | <version>5.1.2</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | |
| | | <version>${easyexcel.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | |
| | | <version>${satoken.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>hutool-all</artifactId> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | |
| | | <version>${fastjson.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-system</artifactId> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>hs-system</artifactId> |
| | | <version>5.1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-job</artifactId> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>hs-job</artifactId> |
| | | <version>5.1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-generator</artifactId> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>hs-generator</artifactId> |
| | | <version>5.1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-demo</artifactId> |
| | | <groupId>com.sunsail</groupId> |
| | | <artifactId>hs-demo</artifactId> |
| | | <version>5.1.2</version> |
| | | </dependency> |
| | | </dependencies> |