Skip to content

Commit 30b191c

Browse files
committed
代码优化,方便自定义内嵌的Web服务
1 parent 78d9e6b commit 30b191c

File tree

7 files changed

+7
-56
lines changed

7 files changed

+7
-56
lines changed

config/pom.xml

+7-14
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
</properties>
2929

3030
<dependencies>
31+
32+
<!-- Servlet Api -->
33+
<dependency>
34+
<groupId>javax.servlet</groupId>
35+
<artifactId>javax.servlet-api</artifactId>
36+
<scope>provided</scope>
37+
</dependency>
3138

3239
<!-- 监控接口 -->
3340
<dependency>
@@ -63,20 +70,6 @@
6370
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
6471
</dependency>-->
6572

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-
8073
</dependencies>
8174

8275
<build>

eureka/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
</exclusions>
4848
</dependency>
4949

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-
5750
</dependencies>
5851

5952
<build>

modules/core/core/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@
6262
<artifactId>jeesite-cloud-module-seata-client</artifactId>
6363
<version>${project.parent.version}</version>
6464
</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> -->
7265

7366
</dependencies>
7467

modules/core/files/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@
5656
<artifactId>jeesite-module-oss-client</artifactId>
5757
<version>${project.parent.version}</version>
5858
</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> -->
6659

6760
</dependencies>
6861

modules/test1/test1/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@
6363
<artifactId>jeesite-cloud-module-seata-client</artifactId>
6464
<version>${project.parent.version}</version>
6565
</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> -->
7366

7467
</dependencies>
7568

modules/test2/test2/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@
5656
<artifactId>jeesite-cloud-module-seata-client</artifactId>
5757
<version>${project.parent.version}</version>
5858
</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> -->
6659

6760
</dependencies>
6861

modules/test3/test3/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@
5656
<artifactId>jeesite-cloud-module-seata-client</artifactId>
5757
<version>${project.parent.version}</version>
5858
</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> -->
6659

6760
</dependencies>
6861

0 commit comments

Comments
 (0)