File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 5050 <groupId >jakarta.validation</groupId >
5151 <artifactId >jakarta.validation-api</artifactId >
5252 </exclusion >
53+ <exclusion >
54+ <groupId >org.apache.tomcat.embed</groupId >
55+ <artifactId >tomcat-embed-core</artifactId >
56+ </exclusion >
57+ <exclusion >
58+ <groupId >org.apache.tomcat.embed</groupId >
59+ <artifactId >tomcat-embed-websocket</artifactId >
60+ </exclusion >
5361 </exclusions >
5462 </dependency >
5563
6270 <groupId >jakarta.validation</groupId >
6371 <artifactId >jakarta.validation-api</artifactId >
6472 </exclusion >
73+ <exclusion >
74+ <groupId >org.apache.tomcat.embed</groupId >
75+ <artifactId >tomcat-embed-el</artifactId >
76+ </exclusion >
6577 </exclusions >
6678 </dependency >
6779
8799 <version >${version.org.springframework.boot} </version >
88100 </dependency >
89101
102+ <dependency >
103+ <groupId >org.apache.tomcat.embed</groupId >
104+ <artifactId >tomcat-embed-core</artifactId >
105+ <version >${version.org.apache.tomcat} </version >
106+ </dependency >
107+ <dependency >
108+ <groupId >org.apache.tomcat.embed</groupId >
109+ <artifactId >tomcat-embed-websocket</artifactId >
110+ <version >${version.org.apache.tomcat} </version >
111+ </dependency >
112+ <dependency >
113+ <groupId >org.apache.tomcat.embed</groupId >
114+ <artifactId >tomcat-embed-el</artifactId >
115+ <version >${version.org.apache.tomcat} </version >
116+ </dependency >
117+
90118 <!-- spring boot auto configuration modules -->
91119 <dependency >
92120 <groupId >org.kie</groupId >
You can’t perform that action at this time.
0 commit comments