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 <[email protected]> Authored: Fri Nov 1 17:04:51 2013 +0000 Committer: Martin Harris <[email protected]> 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>
