[
https://issues.apache.org/jira/browse/BROOKLYN-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030260#comment-15030260
]
ASF GitHub Bot commented on BROOKLYN-183:
-----------------------------------------
Github user hzbarcea commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/1075#issuecomment-160212297
Not sure why Jenkins failed. The itest project has an explicit dependency
on
```
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-brooklyn</artifactId>
<version>${project.version}</version>
<type>zip</type>
<scope>test</scope>
</dependency>
```
So it should have been built first. I also removed org/apache/brooklyn from
my local .m2 repo and tested successfully. Reviewing now.
> Create a Karaf runtime for Brooklyn
> -----------------------------------
>
> Key: BROOKLYN-183
> URL: https://issues.apache.org/jira/browse/BROOKLYN-183
> Project: Brooklyn
> Issue Type: Improvement
> Affects Versions: 0.8.0
> Reporter: Hadrian Zbarcea
> Assignee: Ciprian Ciubotariu
> Fix For: 0.9.0
>
>
> Apache Karaf defines a lot of features out of the box, from security to
> logging that Brooklyn should use. Using an OSGi container (as opposed to the
> bare framework) allows us to better modularize Brooklyn focus on OSGi
> services and delegate commodity concerns to the container.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)