yudao_master/yudao-module-home/yudao-module-home-api/pom.xml
2024-09-14 10:06:43 +08:00

29 lines
908 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.boot</groupId>
<artifactId>yudao-module-home</artifactId>
<version>${revision}</version>
</parent>
<artifactId>yudao-module-home-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>
api模块,主要用于首页的功能,例如数据收集,项目管理,数据表数据
</description>
<dependencies>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-common</artifactId>
</dependency>
</dependencies>
</project>