Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-dist/pull/126#discussion_r219619890
--- Diff: all/pom.xml ---
@@ -36,11 +36,35 @@
</parent>
<dependencies>
+ <!-- this is ordered in a special way so that where nested
dependencies bring in different versions
--- End diff --
Wow, this feels subtle (and brittle for when dependencies are next
updated). Is it possible to instead use `<excludes>` or some such, so that
we're only trying to pull in the one version of each from brooklyn?
---