You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/07/24 07:03:05 UTC

[1/2] incubator-brooklyn git commit: Make sure jsgui is before launcher in the build order

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master be9ca632c -> d01554af2


Make sure jsgui is before launcher in the build order

Launcher needs jsgui dependency during build time only, shouldn't be used as a transitive dependency.


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

Branch: refs/heads/master
Commit: d0f89e4ccdd3f916666e29056132a54a20dcb7e4
Parents: d7ac3ac
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Jul 17 16:17:59 2015 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Fri Jul 17 17:30:10 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d0f89e4c/usage/launcher/pom.xml
----------------------------------------------------------------------
diff --git a/usage/launcher/pom.xml b/usage/launcher/pom.xml
index 9da43e7..56cc880 100644
--- a/usage/launcher/pom.xml
+++ b/usage/launcher/pom.xml
@@ -77,6 +77,14 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.brooklyn</groupId>
+            <artifactId>brooklyn-jsgui</artifactId>
+            <type>war</type>
+            <!-- Needed during build time only -->
+            <scope>provided</scope>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
         </dependency>


[2/2] incubator-brooklyn git commit: This closes #753

Posted by al...@apache.org.
This closes #753


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

Branch: refs/heads/master
Commit: d01554af2ca90e49f22427c0a1c575c6768ba999
Parents: be9ca63 d0f89e4
Author: Aled Sage <al...@gmail.com>
Authored: Thu Jul 23 22:02:43 2015 -0700
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Jul 23 22:02:43 2015 -0700

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