Files
maquan-springboot-template/template/cvbp/cvbp-public/pom.xml

34 lines
1.0 KiB
XML
Raw Normal View History

2024-10-11 15:56:51 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2023 codvision.com All Rights Reserved.
-->
<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.codvision</groupId>
<artifactId>cvbp</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cvbp-public</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>cvbp-common-core</module>
<module>cvbp-web-core</module>
<module>cvbp-auth-core</module>
<module>cvbp-common-feign</module>
<module>cvbp-web-api</module>
<module>cvbp-cache-core</module>
<module>cvbp-public-bom</module>
<module>cvbp-mq-core</module>
<module>cvbp-db-core</module>
<module>cvbp-log-core</module>
</modules>
</project>