Right now AxonFramework dependencies are defined at the root project level, that makes some modules like core-api to import all axonframework dependencies even though most of them are not used.
Wouldn't it be better to declare the axon-framework-bom at the root project level, and then declare the specific axonframework dependencies in each of the modules?
Right now AxonFramework dependencies are defined at the root project level, that makes some modules like core-api to import all axonframework dependencies even though most of them are not used.
Wouldn't it be better to declare the axon-framework-bom at the root project level, and then declare the specific axonframework dependencies in each of the modules?