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:46:43 UTC

[13/50] brooklyn-library git commit: Added whirr-elasticsearch dependency to hadoop-and-whirr example pom and test dependency to whirr/base/pom

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-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/04811eb3
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/04811eb3
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/04811eb3

Branch: refs/heads/0.6.0
Commit: 04811eb37418a5bb9bd4e704fd9e731e351408ae
Parents: e613ed8
Author: Martin Harris <gi...@nakomis.com>
Authored: Fri Nov 1 15:56:13 2013 +0000
Committer: Martin Harris <gi...@nakomis.com>
Committed: Fri Nov 1 15:56:13 2013 +0000

----------------------------------------------------------------------
 examples/hadoop-and-whirr/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/04811eb3/examples/hadoop-and-whirr/pom.xml
----------------------------------------------------------------------
diff --git a/examples/hadoop-and-whirr/pom.xml b/examples/hadoop-and-whirr/pom.xml
index 7550c9b..0d041c9 100644
--- a/examples/hadoop-and-whirr/pom.xml
+++ b/examples/hadoop-and-whirr/pom.xml
@@ -19,6 +19,11 @@
             <version>${project.version}</version>
             <classifier>with-dependencies</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.apache.whirr</groupId>
+            <artifactId>whirr-elasticsearch</artifactId>
+            <version>${whirr.version}</version>
+        </dependency>
     </dependencies>
 
     <build>