-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
74 lines (69 loc) · 4.24 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengear</groupId>
<artifactId>opengear-project</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>commons-project</module>
<module>configdal-project</module>
<module>springboot-project</module>
<module>commons-project/commons-servlet</module>
<module>commons-project/commons-feign</module>
<module>commons-project/commons-metrics</module>
<module>commons-project/commons-thread</module>
<module>commons-project/commons-trace</module>
<module>protoc</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-nacos</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-eureka</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-discovery</module>
<module>springboot-project/spring-boot-starters/spirng-boot-starter-threadpool</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-metrics</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-actuator</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-trace</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-crud</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-curdui</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-websocket</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-id-generator</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-dbmq</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-cache</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-datasource</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-feign</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-server-netty</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-server-tomcat</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-server-jetty</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-jvm</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-terminal</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-json</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-log-aliyun-sls</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-kafka</module>
<module>springboot-project/spring-boot-starters/spring-boot-starter-log-kafka</module>
<module>commons-project/commons-netty</module>
<module>commons-project/commons-httpclient</module>
<module>micros</module>
<module>linkdal</module>
<module>cmdbdal</module>
<module>maven-plugin</module>
<module>examples</module>
<module>commons-project/commons-sysutils</module>
<module>dash-ui</module>
<module>dash-console</module>
<module>signapi</module>
<module>commons-project/commons-json</module>
<module>opengear-dependencies</module>
<module>terramid</module>
<module>configdal-project/configdal-datasource-etcd</module>
<module>configdal-project/configdal-datasource-consul</module>
<module>configdal-project/configdal-datasource-mysql</module>
<module>configdal-project/configdal-datasource-zookeeper</module>
</modules>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<commons.lang3.version>3.13.0</commons.lang3.version>
</properties>
</project>