File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 82
82
<dependency >
83
83
<groupId >org.springframework.boot</groupId >
84
84
<artifactId >spring-boot-starter-web</artifactId >
85
+ <exclusions >
86
+ <exclusion >
87
+ <artifactId >spring-web</artifactId >
88
+ <groupId >org.springframework</groupId >
89
+ </exclusion >
90
+ <exclusion >
91
+ <artifactId >tomcat-embed-core</artifactId >
92
+ <groupId >org.apache.tomcat.embed</groupId >
93
+ </exclusion >
94
+ </exclusions >
85
95
</dependency >
96
+ <dependency >
97
+ <groupId >org.springframework</groupId >
98
+ <artifactId >spring-web</artifactId >
99
+ <version >6.2.8</version >
100
+ </dependency >
101
+ <dependency >
102
+ <groupId >org.apache.tomcat.embed</groupId >
103
+ <artifactId >tomcat-embed-core</artifactId >
104
+ <version >10.1.42</version >
105
+ </dependency >
106
+
86
107
<dependency >
87
108
<groupId >com.google.protobuf</groupId >
88
109
<artifactId >protobuf-java</artifactId >
You can’t perform that action at this time.
0 commit comments