Files
wms-cloud/wms-iam/pom.xml
zhangzq b2d13575d1 init
2026-05-18 15:58:26 +08:00

39 lines
1.0 KiB
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nl</groupId>
<artifactId>wms-cloud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wms-iam</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>wms-iam</name>
<packaging>pom</packaging>
<properties>
<java.version>21</java.version>
</properties>
<modules>
<module>wms-iam-api</module>
<module>wms-iam-server</module>
</modules>
<dependencyManagement>
<!--管理版本号-->
<dependencies></dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>