mirror of
https://gitee.com/republicline/rax-remote-v2.git
synced 2025-08-24 00:25:00 +08:00
22 lines
609 B
XML
22 lines
609 B
XML
<?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>
|