This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git
commit 58f27154387fe96a366e7945a89a6d0c01c679f5 Author: Alex Heneveld <[email protected]> AuthorDate: Tue Jun 2 09:44:24 2020 +0100 feature poms include the dependencies the feature uses and tidy versions and exclusions for maven/osgi consistency --- karaf/features/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/karaf/features/pom.xml b/karaf/features/pom.xml index d1bac16..c629350 100644 --- a/karaf/features/pom.xml +++ b/karaf/features/pom.xml @@ -40,7 +40,20 @@ <version>${project.version}</version> <classifier>features</classifier> <type>xml</type> - <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.brooklyn</groupId> + <artifactId>brooklyn-features</artifactId> + <version>${project.version}</version> + <classifier>features</classifier> + <type>xml</type> + </dependency> + <dependency> + <groupId>org.apache.brooklyn</groupId> + <artifactId>brooklyn-library-features</artifactId> + <version>${project.version}</version> + <classifier>features</classifier> + <type>xml</type> </dependency> </dependencies>
