Files
oms-cloud/oms-finnace/pom.xml
zhangzq ffd7bbfe72 init
2026-04-02 10:58:56 +08:00

43 lines
1.1 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>omsCloud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>oms-finnace</artifactId>
<packaging>pom</packaging>
<name>financeManage</name>
<properties>
<java.version>17</java.version>
</properties>
<modules>
<module>finnace-api</module>
<module>finnace-server</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.nl</groupId>
<artifactId>finnace-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>