Reinstate jetty-jndi exclusion in spring-boot-starter-jetty

Fixes gh-22241
This commit is contained in:
Andy Wilkinson
2020-07-21 09:30:18 +01:00
parent accc1f1ca8
commit 5795caea81

View File

@@ -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")
}