Files
orion-visor/orion-visor-module-infra/pom.xml

23 lines
833 B
XML
Raw Normal View History

2023-07-13 17:02:12 +08:00
<?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>
2024-05-16 00:03:30 +08:00
<groupId>com.orion.visor</groupId>
<artifactId>orion-visor</artifactId>
2023-07-13 17:02:12 +08:00
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2024-05-16 00:03:30 +08:00
<artifactId>orion-visor-module-infra</artifactId>
2023-07-13 17:02:12 +08:00
<packaging>pom</packaging>
<description>项目基建模块 用户 菜单 日志等</description>
2024-05-16 00:03:30 +08:00
<url>https://github.com/lijiahangmax/orion-visor</url>
2023-07-13 17:02:12 +08:00
<modules>
2024-05-16 00:03:30 +08:00
<module>orion-visor-module-infra-provider</module>
<module>orion-visor-module-infra-service</module>
2023-07-13 17:02:12 +08:00
</modules>
</project>