aboutsummaryrefslogtreecommitdiff
path: root/contrib
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 /contrib
parent132a05ecec9d65c00bcce20678f29228abaea418 (diff)
DRILL-6534: Upgrade ZooKeeper patch version to 3.4.12 and add Apache Curator to dependencyManagement
closes #1337
Diffstat (limited to 'contrib')
-rw-r--r--contrib/storage-kafka/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml
index 0adcfb93e..5e2809f2e 100644
--- a/contrib/storage-kafka/pom.xml
+++ b/contrib/storage-kafka/pom.xml
@@ -88,14 +88,6 @@
<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>
<dependency>
<groupId>org.apache.drill</groupId>