Merge branch '2.3.x'

Closes gh-22419
This commit is contained in:
Andy Wilkinson 2020-07-21 09:32:23 +01:00
commit e4b065bdd9
1 changed files with 1 additions and 0 deletions

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