File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -895,6 +895,21 @@ limitations under the License.
895895 </exclusions >
896896 </dependency >
897897
898+ <dependency >
899+ <groupId >org.apache.tomcat.embed</groupId >
900+ <artifactId >tomcat-embed-core</artifactId >
901+ <version >9.0.65</version >
902+ </dependency >
903+ <dependency >
904+ <groupId >org.apache.tomcat.embed</groupId >
905+ <artifactId >tomcat-embed-el</artifactId >
906+ <version >9.0.65</version >
907+ </dependency >
908+ <dependency >
909+ <groupId >org.apache.tomcat.embed</groupId >
910+ <artifactId >tomcat-embed-websocket</artifactId >
911+ <version >9.0.65</version >
912+ </dependency >
898913 <dependency >
899914 <groupId >org.apache.thrift</groupId >
900915 <artifactId >libthrift</artifactId >
@@ -904,6 +919,10 @@ limitations under the License.
904919 <groupId >javax.servlet</groupId >
905920 <artifactId >servlet-api</artifactId >
906921 </exclusion >
922+ <exclusion >
923+ <groupId >org.apache.tomcat.embed</groupId >
924+ <artifactId >tomcat-embed-core</artifactId >
925+ </exclusion >
907926 </exclusions >
908927 </dependency >
909928
You can’t perform that action at this time.
0 commit comments