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 2014/07/09 16:26:29 UTC

[1/2] git commit: camp-server: depend on brooklyn-utils-test-support

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 6111d7272 -> 671f99e6b


camp-server: depend on brooklyn-utils-test-support

- Without this, it can’t find LoggingVerboseReporter which is in
  brooklyn-utils-test-support
- camp-base now depends brooklyn-utils-test-support instead 
  of brooklyn-test-support, because does not need brooklyn-api

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

Branch: refs/heads/master
Commit: edff8288f8528a29108c64015152289873ec496f
Parents: b03200d
Author: Aled Sage <al...@gmail.com>
Authored: Wed Jul 9 15:20:22 2014 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Jul 9 15:20:22 2014 +0100

----------------------------------------------------------------------
 camp/camp-base/pom.xml   | 2 +-
 camp/camp-server/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/edff8288/camp/camp-base/pom.xml
----------------------------------------------------------------------
diff --git a/camp/camp-base/pom.xml b/camp/camp-base/pom.xml
index 92b564f..24f6a0c 100644
--- a/camp/camp-base/pom.xml
+++ b/camp/camp-base/pom.xml
@@ -24,7 +24,7 @@
         </dependency>
         <dependency>
             <groupId>io.brooklyn</groupId>
-            <artifactId>brooklyn-test-support</artifactId>
+            <artifactId>brooklyn-utils-test-support</artifactId>
             <version>${brooklyn.version}</version>
             <scope>test</scope>
         </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/edff8288/camp/camp-server/pom.xml
----------------------------------------------------------------------
diff --git a/camp/camp-server/pom.xml b/camp/camp-server/pom.xml
index a77dd80..7d4ca7f 100644
--- a/camp/camp-server/pom.xml
+++ b/camp/camp-server/pom.xml
@@ -24,6 +24,12 @@
         </dependency>
 
         <dependency>
+            <groupId>io.brooklyn</groupId>
+            <artifactId>brooklyn-utils-test-support</artifactId>
+            <version>${brooklyn.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>io.brooklyn.camp</groupId>
             <artifactId>camp-base</artifactId>
             <version>${project.version}</version>


[2/2] git commit: This closes #57

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


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

Branch: refs/heads/master
Commit: 671f99e6b29d221e1d415b8c35358b2bc65a8c73
Parents: 6111d72 edff828
Author: Aled Sage <al...@gmail.com>
Authored: Wed Jul 9 15:26:07 2014 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Jul 9 15:26:07 2014 +0100

----------------------------------------------------------------------
 camp/camp-base/pom.xml   | 2 +-
 camp/camp-server/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------