test-backend/test-module-business/pom.xml

25 lines
929 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>
<groupId>com.ghb</groupId>
<artifactId>test-base-parent</artifactId>
<version>3.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-module-business</artifactId>
<name>test-module-business</name>
<description>业务模块 — 你的代码放这里</description>
<dependencies>
<dependency>
<groupId>com.ghb</groupId>
<artifactId>test-base-core</artifactId>
</dependency>
<dependency>
<groupId>com.ghb</groupId>
<artifactId>test-system-local-api</artifactId>
</dependency>
</dependencies>
</project>