add some missing [environment] ee8 in mod files

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2022-06-06 10:11:41 +10:00
parent 2a1b68d30f
commit b71d348d98
4 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,9 @@
[description]
Enables Annotation scanning for deployed web applications.
[environment]
ee8
[depend]
plus

View File

@ -3,6 +3,9 @@
[description]
Enables JAAS for deployed web applications.
[environment]
ee8
[depend]
server

View File

@ -1,5 +1,8 @@
[description]
Enables Servlet 3.1 resource injection.
Enables Servlet 3.1 resource injection.
[environment]
ee8
[depend]
server

View File

@ -5,6 +5,9 @@ Adds Jetty utility servlets and filters available to a webapp.
Puts org.eclipse.jetty.ee8.servlets on the server classpath (CGI, CrossOriginFilter, DosFilter,
MultiPartFilter, PushCacheFilter, QoSFilter, etc.) for use by all webapplications.
[environment]
ee8
[depend]
servlet