2023-11-28 20:33:38 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.bonus.sgzb</groupId>
|
|
|
|
|
<artifactId>sgzb</artifactId>
|
|
|
|
|
<version>3.6.3</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>sgzb-system</module>
|
|
|
|
|
<module>sgzb-gen</module>
|
|
|
|
|
<module>sgzb-job</module>
|
|
|
|
|
<module>sgzb-file</module>
|
2023-11-30 20:15:53 +08:00
|
|
|
<module>sgzb-base</module>
|
2023-11-28 20:33:38 +08:00
|
|
|
<module>sgzb-machine</module>
|
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
<artifactId>sgzb-modules</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<description>
|
|
|
|
|
sgzb-modules业务模块
|
|
|
|
|
</description>
|
2023-11-30 20:15:53 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.bonus.sgzb</groupId>
|
|
|
|
|
<artifactId>sgzb-api-system</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
2023-11-28 20:33:38 +08:00
|
|
|
</project>
|