You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Flow maven plugin ignores dependencies with provided scope during frontend class scanning, except for portlet and javax.servlet API artifacts.
This filter comes probably from the initial plugin implementation and is most likely not required anymore.
Also, having artifacts in provided scope referencing frontend resources could potentially be a valid use case, for example if the dependency is not packaged with the application but provided at runtime.
The text was updated successfully, but these errors were encountered:
Currently, the Flow maven plugin ignores dependencies with provided scope during frontend class scanning, except for portlet and
javax.servlet
API artifacts.This filter comes probably from the initial plugin implementation and is most likely not required anymore.
Also, having artifacts in provided scope referencing frontend resources could potentially be a valid use case, for example if the dependency is not packaged with the application but provided at runtime.
The text was updated successfully, but these errors were encountered: