2023-08-07 11:50:22 +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>
|
|
|
|
<groupId>com.blossom</groupId>
|
|
|
|
<artifactId>blossom-backend</artifactId>
|
2023-08-27 21:01:14 +08:00
|
|
|
<version>1.2.0-SNAPSHOT</version>
|
2023-08-07 11:50:22 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<artifactId>common</artifactId>
|
|
|
|
<description>公共模块</description>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>common-base</module>
|
|
|
|
<module>common-cache</module>
|
|
|
|
<module>common-db</module>
|
|
|
|
<module>common-iaas</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|