You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:50:46 UTC

[49/50] [abbrv] brooklyn-server git commit: brooklyn-launcher depends on brooklyn-jsgui

brooklyn-launcher depends on brooklyn-jsgui


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

Branch: refs/heads/0.7.0-incubating
Commit: fcec988d819aa9093360b9cc0e0173c94e44e057
Parents: 82e2490
Author: Richard Downer <ri...@apache.org>
Authored: Tue Jul 14 15:06:04 2015 +0100
Committer: Richard Downer <ri...@apache.org>
Committed: Wed Jul 15 08:22:09 2015 +0000

----------------------------------------------------------------------
 usage/launcher/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/fcec988d/usage/launcher/pom.xml
----------------------------------------------------------------------
diff --git a/usage/launcher/pom.xml b/usage/launcher/pom.xml
index d8dbe90..2eb0909 100644
--- a/usage/launcher/pom.xml
+++ b/usage/launcher/pom.xml
@@ -135,6 +135,16 @@
 
         <dependency>
             <groupId>org.apache.brooklyn</groupId>
+            <artifactId>brooklyn-jsgui</artifactId>
+            <version>${project.version}</version>
+            <type>war</type>
+            <!-- declare the dependency so that it is ready for when the copy-dependency step below needs it -->
+            <!-- without this, brooklyn-jsgui might get build *after* this one, so the copy-dependency fails -->
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.brooklyn</groupId>
             <artifactId>brooklyn-logback-xml</artifactId>
             <version>${project.version}</version>
             <!-- optional so that this project has logging; dependencies may redeclare or supply their own -->