yudao-cloud-master/yudao-module-base/yudao-module-base-api/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

28 lines
851 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-module-base</artifactId>
<version>${revision}</version>
</parent>
<artifactId>yudao-module-base-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>
系统的基础功能模块
</description>
<dependencies>
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-common</artifactId>
</dependency>
</dependencies>
</project>