106 lines
3.7 KiB
XML
106 lines
3.7 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<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>
|
||
|
|
<parent>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>lidee-service</artifactId>
|
||
|
|
<version>2.2.4</version>
|
||
|
|
</parent>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>lidee-service-system-biz</artifactId>
|
||
|
|
<version>2.2.4</version>
|
||
|
|
<name>${project.artifactId}</name>
|
||
|
|
<description>system 模块下,我们放通用业务,支撑上层的核心业务。
|
||
|
|
例如说:用户、部门、权限、数据字典等等</description>
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>lidee-service-system-api</artifactId>
|
||
|
|
<version>${lidee.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>lidee-service-infra-api</artifactId>
|
||
|
|
<version>${lidee.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-operatelog</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-dict</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-permission</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-tenant</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-ip</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-security</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-mybatis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-redis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-job</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-test</artifactId>
|
||
|
|
<scope>test</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-excel</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>tool-spring-boot-starter-captcha</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.xingyuv</groupId>
|
||
|
|
<artifactId>spring-boot-starter-justauth</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.aliyun</groupId>
|
||
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.aliyun</groupId>
|
||
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.tencentcloudapi</groupId>
|
||
|
|
<artifactId>tencentcloud-sdk-java-sms</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.lideeyunji</groupId>
|
||
|
|
<artifactId>lidee-module-api</artifactId>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</project>
|