57 lines
1.7 KiB
XML
57 lines
1.7 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>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>pangu-modules</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>pangu-business</artifactId>
|
|
|
|
<description>
|
|
盘古业务模块 - 包含学校、会员、学生、应用管理等业务功能
|
|
</description>
|
|
|
|
<dependencies>
|
|
<!-- RuoYi Common Security -->
|
|
<dependency>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>pangu-common-security</artifactId>
|
|
</dependency>
|
|
|
|
<!-- RuoYi Common Web -->
|
|
<dependency>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>pangu-common-web</artifactId>
|
|
</dependency>
|
|
|
|
<!-- RuoYi Common Log -->
|
|
<dependency>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>pangu-common-log</artifactId>
|
|
</dependency>
|
|
|
|
<!-- RuoYi Common Excel -->
|
|
<dependency>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>pangu-common-excel</artifactId>
|
|
</dependency>
|
|
|
|
<!-- RuoYi Common Translation -->
|
|
<dependency>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>pangu-common-translation</artifactId>
|
|
</dependency>
|
|
|
|
<!-- RuoYi System (用于关联系统用户等) -->
|
|
<dependency>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>pangu-system</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|