brooklyn-launcher depends on brooklyn-jsgui
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/1540685c Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/1540685c Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/1540685c Branch: refs/heads/0.7.0-incubating Commit: 1540685cf767f7de95d27fb82cc69ce4d8dfd796 Parents: 371e788 Author: Richard Downer <[email protected]> Authored: Tue Jul 14 15:06:04 2015 +0100 Committer: Richard Downer <[email protected]> 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/incubator-brooklyn/blob/1540685c/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 -->
