File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
spring-boot-starter-jetty
spring-boot-starter-tomcat Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 18
18
<main .basedir>${basedir} /../..</main .basedir>
19
19
</properties >
20
20
<dependencies >
21
- <dependency >
22
- <groupId >org.springframework.boot</groupId >
23
- <artifactId >spring-boot-starter</artifactId >
24
- </dependency >
25
21
<dependency >
26
22
<groupId >org.eclipse.jetty</groupId >
27
23
<artifactId >jetty-webapp</artifactId >
30
26
<groupId >org.eclipse.jetty</groupId >
31
27
<artifactId >jetty-jsp</artifactId >
32
28
</dependency >
33
- <dependency >
34
- <groupId >org.springframework</groupId >
35
- <artifactId >spring-core</artifactId >
36
- <exclusions >
37
- <exclusion >
38
- <groupId >commons-logging</groupId >
39
- <artifactId >commons-logging</artifactId >
40
- </exclusion >
41
- </exclusions >
42
- </dependency >
43
29
</dependencies >
44
30
</project >
Original file line number Diff line number Diff line change 18
18
<main .basedir>${basedir} /../..</main .basedir>
19
19
</properties >
20
20
<dependencies >
21
- <dependency >
22
- <groupId >org.springframework.boot</groupId >
23
- <artifactId >spring-boot-starter</artifactId >
24
- </dependency >
25
21
<dependency >
26
22
<groupId >org.apache.tomcat.embed</groupId >
27
23
<artifactId >tomcat-embed-core</artifactId >
34
30
<groupId >org.apache.tomcat.embed</groupId >
35
31
<artifactId >tomcat-embed-logging-juli</artifactId >
36
32
</dependency >
37
- <dependency >
38
- <groupId >org.springframework</groupId >
39
- <artifactId >spring-core</artifactId >
40
- <exclusions >
41
- <exclusion >
42
- <groupId >commons-logging</groupId >
43
- <artifactId >commons-logging</artifactId >
44
- </exclusion >
45
- </exclusions >
46
- </dependency >
47
33
</dependencies >
48
34
</project >
You can’t perform that action at this time.
0 commit comments