Skip to content

Commit

Permalink
Reinstate jetty-jndi exclusion in spring-boot-starter-jetty
Browse files Browse the repository at this point in the history
Fixes gh-22241
  • Loading branch information
wilkinsona committed Jul 21, 2020
1 parent accc1f1 commit 5795cae
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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")
}

0 comments on commit 5795cae

Please sign in to comment.