-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
36 lines (33 loc) · 1.64 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.framework.cloud</groupId>
<artifactId>framework</artifactId>
<version>1.0.0</version>
<name>framework</name>
<description>依赖管理</description>
<packaging>pom</packaging>
<modules>
<module>cache-framework-cloud-starter</module>
<module>common-framework-cloud-starter</module>
<module>core-framework-cloud-starter</module>
<module>datasource-framework-cloud-starter</module>
<module>dependencies-framework-cloud-starter</module>
<module>elasticsearch-framework-cloud-starter</module>
<module>enums-framework-cloud-starter</module>
<module>event-framework-cloud-starter</module>
<module>executors-framework-cloud-starter</module>
<module>feign-framework-cloud-starter</module>
<module>holder-framework-cloud-starter</module>
<module>job-framework-cloud-starter</module>
<module>logging-framework-cloud-starter</module>
<module>mongodb-framework-cloud-starter</module>
<module>mybatis-framework-cloud-starter</module>
<module>pom-framework-cloud-starter</module>
<module>seata-framework-cloud-starter</module>
<module>stream-framework-cloud-starter</module>
<module>swagger-framework-cloud-starter</module>
<module>tree-framework-cloud-starter</module>
</modules>
</project>