yudao-cloud-master/yudao-module-base/pom.xml
pch 570d6df14c
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
初始化
2024-10-21 21:24:49 +08:00

22 lines
736 B
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao</artifactId>
<version>${revision}</version>
</parent>
<artifactId>yudao-module-base</artifactId>
<packaging>pom</packaging>
<description>
系统的基础功能模块
</description>
<modules>
<module>yudao-module-base-api</module>
<module>yudao-module-base-biz</module>
</modules>
</project>