This is an automated email from the ASF dual-hosted git repository.

ngangam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new ffdfd34  HIVE-22266: Addendum fix to have HS2 pom add explicit curator 
dependency (Naveen Gangam, reviewed by Sam An)
ffdfd34 is described below

commit ffdfd34c336ac717e2c13947087bc13fbccff4ea
Author: Naveen Gangam <[email protected]>
AuthorDate: Tue Oct 1 01:08:58 2019 -0400

    HIVE-22266: Addendum fix to have HS2 pom add explicit curator dependency 
(Naveen Gangam, reviewed by Sam An)
---
 service/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/service/pom.xml b/service/pom.xml
index a75021e..ca91408 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -151,6 +151,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>
+      <artifactId>curator-client</artifactId>
+      <version>${curator.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.curator</groupId>
       <artifactId>curator-recipes</artifactId>
       <version>${curator.version}</version>
     </dependency>

Reply via email to