Files
agt-cloud/agt-module-license/agt-module-license-api/pom.xml
2025-05-23 17:26:51 +08:00

24 lines
804 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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.agt</groupId>
<artifactId>agt-module-license</artifactId>
<version>${revision}</version>
</parent>
<artifactId>agt-module-license-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>
License 模块 API暴露给其它模块调用
</description>
<dependencies>
<dependency>
<groupId>org.agt</groupId>
<artifactId>agt-common</artifactId>
</dependency>
</dependencies>
</project>