Description
BOM directional graph implementation was introduced in BIGTOP-2025 By default it tries to satisfy all the dependencies by building the foundation components first, then their dependents, and so on.
However, it seems like an undesirable behavior in most cases. Let's reverse it so by default no dependencies are build (as in the original behavior). In order to trigger the directional build
-Dbuildwithdeps=true should be explicitly set.
The change won't affect anything we're currently doing with CI or else.