Issue #5901 Update to javax.servlet.api 4.0.6. (#5918)

This brings in a change to the javax.servlet.api module-info
to open the javax.servlet.resources package to all modules,
so that the dtds and xsds can be retrieved as resources, either
from the context Classloader.getResource, or
from the ServletContext.class.getResource.

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2021-01-27 09:06:14 +01:00 committed by GitHub
parent c80eac0386
commit 4c44d83b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<log4j2.version>2.13.0</log4j2.version>
<logback.version>1.3.0-alpha5</logback.version>
<jetty-test-policy.version>1.2</jetty-test-policy.version>
<servlet.api.version>4.0.5</servlet.api.version>
<servlet.api.version>4.0.6</servlet.api.version>
<websocket.api.version>1.1.2</websocket.api.version>
<jsp.version>9.0.29</jsp.version>
<infinispan.version>9.4.8.Final</infinispan.version>