rax-remote-v2/upms/pom.xml

22 lines
609 B
XML
Raw Normal View History

2024-02-21 11:47:40 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>com.rax</groupId>
<artifactId>rax</artifactId>
<version>3.7.3</version>
</parent>
<artifactId>upms</artifactId>
<description>通用用户权限管理聚合模块</description>
<packaging>pom</packaging>
<modules>
<module>upms-api</module>
<module>upms-biz</module>
</modules>
</project>