Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/895#discussion_r150797248
--- Diff:
rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml ---
@@ -74,18 +74,20 @@ limitations under the License.
<bean id="adjunctResourceBean"
class="org.apache.brooklyn.rest.resources.AdjunctResource"/>
<bean id="apidocResourceBean"
class="org.apache.brooklyn.rest.resources.ApidocResource"/>
<bean id="applicationResourceBean"
class="org.apache.brooklyn.rest.resources.ApplicationResource"/>
+ <bean id="bundlesResourceBean"
class="org.apache.brooklyn.rest.resources.BundleResource"/>
--- End diff --
@aledsage updated
---