Reinstate jetty-jndi exclusion in spring-boot-starter-jetty
Fixes gh-22241
This commit is contained in:
@@ -19,6 +19,7 @@ dependencies {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
exclude group: "javax.websocket", module: "javax.websocket-api"
|
||||
exclude group: "javax.websocket", module: "javax.websocket-client-api"
|
||||
exclude group: "org.eclipse.jetty", module: "jetty-jndi"
|
||||
}
|
||||
api("org.glassfish:jakarta.el")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user