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:49:08 UTC

[04/50] brooklyn-server git commit: Fixed addition of elasticsearch dependency that had broken whirr/base/pom.xml

Fixed addition of elasticsearch dependency that had broken whirr/base/pom.xml


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

Branch: refs/heads/0.6.0
Commit: d0851ba72bb06ab19094bcd96aa13be4c6567b14
Parents: 87f47cf
Author: Martin Harris <gi...@nakomis.com>
Authored: Fri Nov 1 17:04:51 2013 +0000
Committer: Martin Harris <gi...@nakomis.com>
Committed: Fri Nov 1 17:04:51 2013 +0000

----------------------------------------------------------------------
 systems/whirr/base/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/d0851ba7/systems/whirr/base/pom.xml
----------------------------------------------------------------------
diff --git a/systems/whirr/base/pom.xml b/systems/whirr/base/pom.xml
index 4dc3ea5..799fef1 100644
--- a/systems/whirr/base/pom.xml
+++ b/systems/whirr/base/pom.xml
@@ -152,6 +152,7 @@
             <artifactId>whirr-elasticsearch</artifactId>
             <version>${whirr.version}</version>
             <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>