Files
2025-06-30 11:49:24 +08:00

23 lines
849 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">
<parent>
<artifactId>hsweb-system</artifactId>
<groupId>org.hswebframework.web</groupId>
<version>5.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<description>业务模块-权限管理</description>
<modules>
<module>hsweb-system-authorization-api</module>
<module>hsweb-system-authorization-default</module>
<module>hsweb-system-authorization-oauth2</module>
</modules>
<artifactId>hsweb-system-authorization</artifactId>
<name>${artifactId}</name>
</project>