aboutsummaryrefslogtreecommitdiff
path: root/drill-yarn
diff options
context:
space:
mode:
authorBohdan Kazydub <bohdan.kazydub@gmail.com>2018-06-26 12:30:53 +0300
committerArina Ielchiieva <arina.yelchiyeva@gmail.com>2018-07-04 16:31:32 +0300
commit96fa53900ab470b89cf7d5b812d43f61db6eb056 (patch)
tree27e83ccc251bfd30b7e991a8759a76c99a363772 /drill-yarn
parent132a05ecec9d65c00bcce20678f29228abaea418 (diff)
DRILL-6534: Upgrade ZooKeeper patch version to 3.4.12 and add Apache Curator to dependencyManagement
closes #1337
Diffstat (limited to 'drill-yarn')
-rw-r--r--drill-yarn/pom.xml30
1 files changed, 12 insertions, 18 deletions
diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml
index b6ada46b2..a2238c688 100644
--- a/drill-yarn/pom.xml
+++ b/drill-yarn/pom.xml
@@ -98,8 +98,19 @@
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
+ <artifactId>curator-client</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-framework</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-x-discovery</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
- <scope>test</scope>
</dependency>
<!-- For configuration -->
@@ -125,21 +136,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.curator</groupId>
- <artifactId>curator-test</artifactId>
- <version>${curator.test.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- </dependencyManagement>
</project>