Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
ui-vaadin-integration defines a scope "provided, test" for the servlet-api dependency. Comma separated list of scopes is not supported by maven so it falls back to scope "runtime". That's what's causing MAGNOLIA-4885.
On that occasion we should make sure that all ui modules have the proper scope for the servlet-api (either provided, if required for compiling production code, or test, if required for test execution - no other scopes!)
Checklists
Acceptance criteria
Attachments
Issue Links
- caused by
-
MGNLUI-535 Tests fail on class not found exceptions with javax.servlet.*
-
- Closed
-
- is causing
-
MAGNOLIA-4885 Bundle contains servlet-api.jar
-
- Closed
-