Github user rdowner commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/975#discussion_r206111175
--- Diff: karaf/features/src/main/feature/feature.xml ---
@@ -274,8 +275,40 @@
<feature name="brooklyn-container-service"
version="${project.version}" description="Brooklyn Container Service and
Location Targets">
<bundle
start-level="85">mvn:org.apache.brooklyn/brooklyn-locations-container/${project.version}</bundle>
+ <feature>brooklyn-core</feature>
+<!-- previously we used these, but they pull in wrong versions - jackson
2.7.5 and snakeyaml 1.17
--- End diff --
This section is duplicated - it appears again below
---