Details
-
Work Item
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
All
-
-
GreenHopper Ranking:0|i0s02r:
-
9223372036854775807
-
Small
Description
today the Saleforce component requires 66 dependences which is way too mush for the runtime.
We have to find a way to reduce those dependencies which are mostly services dependencies that are not necessary for the components.
One way of solving this could be to split the component-api module in 2 so that Component designers should only get dependencies only required for components and not service realated depenencies that they do not care about.
something like component-api and component-api-service.