youlai-mall/youlai-system/pom.xml

21 lines
634 B
XML
Raw Normal View History

2020-09-01 00:30:35 +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>
<artifactId>youlai-mall</artifactId>
<groupId>com.youlai</groupId>
<version>3.2.1</version>
2020-09-01 00:30:35 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>youlai-system</artifactId>
<packaging>pom</packaging>
2020-10-06 12:20:15 +08:00
<modules>
<module>system-api</module>
<module>system-boot</module>
</modules>
2020-09-01 00:30:35 +08:00
</project>