Describe the bug
If I create a Maven project that depends on pulsar-broker, 2.11.0-SNAPSHOT, when I build it Maven enters an infinite loop while resolving the dependencies.
To Reproduce
- Build current Pulsar master locally
- create a Maven project with a dependency on pulsar-broker, 2.11.0-SNAPSHOT
- build the project