Skip to content

Commit

Permalink
adding support for zookeeper discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
timveil committed Jan 27, 2017
1 parent 3933c0d commit e6eef83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -159,6 +159,8 @@
<include>commons-lang:commons-lang</include>
<include>commons-configuration:commons-configuration</include>
<include>commons-collections:commons-collections</include>
<include>org.apache.curator:curator-client</include>
<include>org.apache.curator:curator-framework</include>
<include>org.apache.hadoop:hadoop-common</include>
<include>org.apache.hadoop:hadoop-auth</include>
<include>org.apache.hive:hive-common</include>
Expand All @@ -169,6 +171,7 @@
<include>org.apache.httpcomponents:httpclient</include>
<include>org.apache.httpcomponents:httpcore</include>
<include>org.apache.thrift:libthrift</include>
<include>org.apache.zookeeper:zookeeper</include>
<include>org.slf4j:slf4j-simple</include>
<include>org.slf4j:slf4j-api</include>
<include>org.slf4j:jcl-over-slf4j</include>
Expand Down

0 comments on commit e6eef83

Please sign in to comment.