Added whirr-elasticsearch dependency to hadoop-and-whirr example pom and test dependency to whirr/base/pom
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/87f47cf2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/87f47cf2 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/87f47cf2 Branch: refs/heads/0.6.0 Commit: 87f47cf2f7ea361a78300d1d0a04e05d335c8aa4 Parents: 233c2a2 Author: Martin Harris <[email protected]> Authored: Fri Nov 1 15:56:13 2013 +0000 Committer: Martin Harris <[email protected]> Committed: Fri Nov 1 15:56:13 2013 +0000 ---------------------------------------------------------------------- systems/whirr/base/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/87f47cf2/systems/whirr/base/pom.xml ---------------------------------------------------------------------- diff --git a/systems/whirr/base/pom.xml b/systems/whirr/base/pom.xml index 9e51283..4dc3ea5 100644 --- a/systems/whirr/base/pom.xml +++ b/systems/whirr/base/pom.xml @@ -147,6 +147,11 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.whirr</groupId> + <artifactId>whirr-elasticsearch</artifactId> + <version>${whirr.version}</version> + <scope>test</scope> </dependencies> </project>
