Describe the bug
dependency loop between runtime and custom-components on next branch
To Reproduce
- Clean all assimbly builds from local repository
- Compile
runtime:
camel-base module will show a few warnings related to missing custom-component modules.
utils module fails to compile, with the same missing custom-component modules, that we saw on camel-base module.
- Compile
custom-components:
- fails to compile
aggregate module: Could not find artifact org.assimbly:common-base:jar:6.0.0
camel-base jar file for 6.0.0 release is not being created locally if the custom-component modules dependencies are missing.
Describe the bug
dependency loop between
runtimeandcustom-componentsonnextbranchTo Reproduce
runtime:camel-basemodule will show a few warnings related to missingcustom-componentmodules.utilsmodule fails to compile, with the same missingcustom-componentmodules, that we saw oncamel-basemodule.custom-components:aggregatemodule:Could not find artifact org.assimbly:common-base:jar:6.0.0camel-basejar file for6.0.0release is not being created locally if thecustom-componentmodules dependencies are missing.