Github user geomacy commented on the issue:
https://github.com/apache/brooklyn-server/pull/1002
Also worth noting what I saw last week - if you sync this and
brooklyn-ui#74, then try to build from the parent `brooklyn`, it breaks at once
with
```
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for
org.ops4j.pax.web:pax-web-spi:jar is missing. @
org.apache.brooklyn.ui.modularity:brooklyn-ui-module-api:[unknown-version],
/Users/geoff/workspaces/github.com/apache/brooklyn/brooklyn-ui/modularity-server/module-api/pom.xml,
line 72, column 21
[ERROR] 'dependencies.dependency.version' for
org.ops4j.pax.web:pax-web-extender-whiteboard:jar must be a valid version but
is '${pax-web.version}'. @
org.apache.brooklyn.ui.modularity:brooklyn-ui-module-registry:[unknown-version],
/Users/geoff/workspaces/github.com/apache/brooklyn/brooklyn-ui/modularity-server/module-registry/pom.xml,
line 64, column 22
[ERROR] 'dependencies.dependency.version' for
org.ops4j.pax.web:pax-web-extender-whiteboard:jar must be a valid version but
is '${pax-web.version}'. @
org.apache.brooklyn.ui.modularity:brooklyn-ui-proxy:[unknown-version],
/Users/geoff/workspaces/github.com/apache/brooklyn/brooklyn-ui/modularity-server/proxy/pom.xml,
line 49, column 22
@
```
---