Github user Graeme-Miller commented on the issue:
https://github.com/apache/brooklyn-server/pull/594
Ok, so the circular dependency is:
* dependency has been added between brooklyn-rest-server and
brooklyn-software-nosql
* brooklyn-rest-server is a part of brooklyn-server, as is brooklyn-core.
* brooklyn-software-nosql depends on brooklyn-core.
Brooklyn builds brooklyn-server first, then later it builds
brooklyn-software-nosql. With this added dependency, that fails as
brooklyn-server relies on brooklyn-software-nosql.
We can't reverse the order as brooklyn-software-nosql relies on
brooklyn-server (because of its brooklyn-core dependency).
In short, if you update the version numbers and try and rebuild, it will
fail. As brooklyn-software-nosql has not been built by the time brooklyn-server
is being built.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---