Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 2ebb40b43 -> 93ff25042


brooklyn-all has a dependency on brooklyn-catalog-aliases

Without the dependency the build does not include the entity images
for clusters and servers.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/feccb5c0
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/feccb5c0
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/feccb5c0

Branch: refs/heads/master
Commit: feccb5c095f741245ba73e7f459509c288877171
Parents: 2ebb40b
Author: Sam Corbett <sam.corb...@cloudsoftcorp.com>
Authored: Tue Dec 12 12:44:11 2017 +0000
Committer: Sam Corbett <sam.corb...@cloudsoftcorp.com>
Committed: Tue Dec 12 12:44:11 2017 +0000

----------------------------------------------------------------------
 all/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/feccb5c0/all/pom.xml
----------------------------------------------------------------------
diff --git a/all/pom.xml b/all/pom.xml
index a5a98fb..de1166e 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -103,6 +103,11 @@
             <artifactId>brooklyn-software-network</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.brooklyn</groupId>
+            <artifactId>brooklyn-catalog-aliases</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.brooklyn</groupId>

Reply via email to