93 lines
3.0 KiB
XML
93 lines
3.0 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
|
<parent>
|
||
|
|
<artifactId>zlpt-modules</artifactId>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<version>3.6.3</version>
|
||
|
|
</parent>
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<artifactId>zlpt-bigScreen</artifactId>
|
||
|
|
<dependencies>
|
||
|
|
|
||
|
|
<!-- SpringCloud Alibaba Nacos -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- SpringCloud Alibaba Nacos Config -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- SpringCloud Alibaba Sentinel -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
|
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- SpringBoot Actuator -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- FastDFS -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.tobato</groupId>
|
||
|
|
<artifactId>fastdfs-client</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- Minio -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>io.minio</groupId>
|
||
|
|
<artifactId>minio</artifactId>
|
||
|
|
<version>${minio.version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- RuoYi Api System -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-api-system</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- RuoYi Common Swagger -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common-swagger</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common-swagger</artifactId>
|
||
|
|
<version>3.6.3</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common-core</artifactId>
|
||
|
|
<version>3.6.3</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-api-system</artifactId>
|
||
|
|
<version>3.6.3</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.bonus.zlpt</groupId>
|
||
|
|
<artifactId>zlpt-common-security</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
<properties>
|
||
|
|
<maven.compiler.source>8</maven.compiler.source>
|
||
|
|
<maven.compiler.target>8</maven.compiler.target>
|
||
|
|
</properties>
|
||
|
|
|
||
|
|
</project>
|