Commit 30b191c 1 parent 78d9e6b commit 30b191c Copy full SHA for 30b191c
File tree 7 files changed +7
-56
lines changed
7 files changed +7
-56
lines changed Original file line number Diff line number Diff line change 28
28
</properties >
29
29
30
30
<dependencies >
31
+
32
+ <!-- Servlet Api -->
33
+ <dependency >
34
+ <groupId >javax.servlet</groupId >
35
+ <artifactId >javax.servlet-api</artifactId >
36
+ <scope >provided</scope >
37
+ </dependency >
31
38
32
39
<!-- 监控接口 -->
33
40
<dependency >
63
70
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
64
71
</dependency>-->
65
72
66
- <!-- Servlet Api -->
67
- <dependency >
68
- <groupId >javax.servlet</groupId >
69
- <artifactId >javax.servlet-api</artifactId >
70
- <scope >provided</scope >
71
- </dependency >
72
-
73
- <!-- Spring Boot Tomcat
74
- <dependency>
75
- <groupId>org.springframework.boot</groupId>
76
- <artifactId>spring-boot-starter-tomcat</artifactId>
77
- <scope>provided</scope>
78
- </dependency> -->
79
-
80
73
</dependencies >
81
74
82
75
<build >
Original file line number Diff line number Diff line change 47
47
</exclusions >
48
48
</dependency >
49
49
50
- <!-- Spring Boot Tomcat
51
- <dependency>
52
- <groupId>org.springframework.boot</groupId>
53
- <artifactId>spring-boot-starter-tomcat</artifactId>
54
- <scope>provided</scope>
55
- </dependency> -->
56
-
57
50
</dependencies >
58
51
59
52
<build >
Original file line number Diff line number Diff line change 62
62
<artifactId>jeesite-cloud-module-seata-client</artifactId>
63
63
<version>${project.parent.version}</version>
64
64
</dependency> -->
65
-
66
- <!-- Spring Boot Tomcat
67
- <dependency>
68
- <groupId>org.springframework.boot</groupId>
69
- <artifactId>spring-boot-starter-tomcat</artifactId>
70
- <scope>provided</scope>
71
- </dependency> -->
72
65
73
66
</dependencies >
74
67
Original file line number Diff line number Diff line change 56
56
<artifactId>jeesite-module-oss-client</artifactId>
57
57
<version>${project.parent.version}</version>
58
58
</dependency> -->
59
-
60
- <!-- Spring Boot Tomcat
61
- <dependency>
62
- <groupId>org.springframework.boot</groupId>
63
- <artifactId>spring-boot-starter-tomcat</artifactId>
64
- <scope>provided</scope>
65
- </dependency> -->
66
59
67
60
</dependencies >
68
61
Original file line number Diff line number Diff line change 63
63
<artifactId>jeesite-cloud-module-seata-client</artifactId>
64
64
<version>${project.parent.version}</version>
65
65
</dependency> -->
66
-
67
- <!-- Spring Boot Tomcat
68
- <dependency>
69
- <groupId>org.springframework.boot</groupId>
70
- <artifactId>spring-boot-starter-tomcat</artifactId>
71
- <scope>provided</scope>
72
- </dependency> -->
73
66
74
67
</dependencies >
75
68
Original file line number Diff line number Diff line change 56
56
<artifactId>jeesite-cloud-module-seata-client</artifactId>
57
57
<version>${project.parent.version}</version>
58
58
</dependency> -->
59
-
60
- <!-- Spring Boot Tomcat
61
- <dependency>
62
- <groupId>org.springframework.boot</groupId>
63
- <artifactId>spring-boot-starter-tomcat</artifactId>
64
- <scope>provided</scope>
65
- </dependency> -->
66
59
67
60
</dependencies >
68
61
Original file line number Diff line number Diff line change 56
56
<artifactId>jeesite-cloud-module-seata-client</artifactId>
57
57
<version>${project.parent.version}</version>
58
58
</dependency> -->
59
-
60
- <!-- Spring Boot Tomcat
61
- <dependency>
62
- <groupId>org.springframework.boot</groupId>
63
- <artifactId>spring-boot-starter-tomcat</artifactId>
64
- <scope>provided</scope>
65
- </dependency> -->
66
59
67
60
</dependencies >
68
61
You can’t perform that action at this time.
0 commit comments