2025-09-08 16:01:55 +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">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-modules</artifactId>
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>zxwl-system</artifactId>
|
|
|
|
|
<description>system系统模块</description>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!-- 通用工具-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-doc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2025-09-22 10:42:01 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-excel</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2025-09-08 16:01:55 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-log</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-mybatis</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-oss</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-satoken</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zxwl</groupId>
|
|
|
|
|
<artifactId>zxwl-common-web</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|