You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2018/01/05 08:07:04 UTC

[1/2] storm git commit: STORM-2881: Explicitly specify the curator dependencies in storm-druid pom

Repository: storm
Updated Branches:
  refs/heads/1.x-branch 73cff66f2 -> c2b367389


STORM-2881: Explicitly specify the curator dependencies in storm-druid pom


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/5e11867c
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/5e11867c
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/5e11867c

Branch: refs/heads/1.x-branch
Commit: 5e11867cfa39baa9058e4e81a400752954c678c3
Parents: bade834
Author: Arun Mahadevan <ar...@apache.org>
Authored: Wed Jan 3 12:52:47 2018 -0800
Committer: Arun Mahadevan <ar...@apache.org>
Committed: Wed Jan 3 12:59:24 2018 -0800

----------------------------------------------------------------------
 external/storm-druid/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/5e11867c/external/storm-druid/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-druid/pom.xml b/external/storm-druid/pom.xml
index b670a1d..0e70840 100644
--- a/external/storm-druid/pom.xml
+++ b/external/storm-druid/pom.xml
@@ -81,6 +81,23 @@
             <version>2.4.6</version>
         </dependency>
 
+        <!-- tranquility library depends on 2.6.0 version of curator -->
+        <dependency>
+            <groupId>org.apache.curator</groupId>
+            <artifactId>curator-framework</artifactId>
+            <version>2.6.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.curator</groupId>
+            <artifactId>curator-client</artifactId>
+            <version>2.6.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.curator</groupId>
+            <artifactId>curator-recipes</artifactId>
+            <version>2.6.0</version>
+        </dependency>
+
         <!--test dependencies -->
         <dependency>
             <groupId>junit</groupId>


[2/2] storm git commit: Merge branch 'STORM-2881-1.x' of https://github.com/arunmahadevan/storm into STORM-2881-1.x-merge

Posted by ka...@apache.org.
Merge branch 'STORM-2881-1.x' of https://github.com/arunmahadevan/storm into STORM-2881-1.x-merge


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

Branch: refs/heads/1.x-branch
Commit: c2b36738903daa072a201dc25c7c38e26622a3d9
Parents: 73cff66 5e11867
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Jan 5 17:06:49 2018 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Jan 5 17:06:49 2018 +0900

----------------------------------------------------------------------
 external/storm-druid/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------