2025-01-20 18:07:28 +08:00
|
|
|
<?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>tcctlo</artifactId>
|
|
|
|
<groupId>com.tcctlo</groupId>
|
|
|
|
<version>3.8.9</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>tcctlo-system</artifactId>
|
|
|
|
|
|
|
|
<description>
|
|
|
|
system系统模块
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.tcctlo</groupId>
|
|
|
|
<artifactId>tcctlo-common</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2025-02-13 14:10:44 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2025-01-20 18:07:28 +08:00
|
|
|
</dependencies>
|
|
|
|
|
2020-07-19 10:25:40 +08:00
|
|
|
</project>
|