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 1818 <main .basedir>${basedir} /../..</main .basedir>
1919 </properties >
2020 <dependencies >
21- <dependency >
22- <groupId >org.springframework.boot</groupId >
23- <artifactId >spring-boot-starter</artifactId >
24- </dependency >
2521 <dependency >
2622 <groupId >org.eclipse.jetty</groupId >
2723 <artifactId >jetty-webapp</artifactId >
3026 <groupId >org.eclipse.jetty</groupId >
3127 <artifactId >jetty-jsp</artifactId >
3228 </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 >
4329 </dependencies >
4430</project >
Original file line number Diff line number Diff line change 1818 <main .basedir>${basedir} /../..</main .basedir>
1919 </properties >
2020 <dependencies >
21- <dependency >
22- <groupId >org.springframework.boot</groupId >
23- <artifactId >spring-boot-starter</artifactId >
24- </dependency >
2521 <dependency >
2622 <groupId >org.apache.tomcat.embed</groupId >
2723 <artifactId >tomcat-embed-core</artifactId >
3430 <groupId >org.apache.tomcat.embed</groupId >
3531 <artifactId >tomcat-embed-logging-juli</artifactId >
3632 </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 >
4733 </dependencies >
4834</project >
You can’t perform that action at this time.
0 commit comments