You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Jetty, excluding only spring-boot-starter-tomcat module is not enough since JDBC and WebSocket starters directly depend on certain Tomcat modules:
spring-boot-starter-jdbc depends on org.apache.tomcat:tomcat-jdbc
spring-boot-starter-websocket depends on org.apache.tomcat.embed:tomcat-embed-websocket
At the very least, documentation should be updated to mention excluding those Tomcat modules (either those exact modules, or whole tomcat and tomcat.embed groups).