mirror of https://github.com/apache/druid.git
Update Curator to 4.1.0. (#6862)
This commit is contained in:
parent
8537a771b0
commit
e497141e92
2
pom.xml
2
pom.xml
|
@ -74,7 +74,7 @@
|
|||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
|
||||
<apache.curator.version>4.0.0</apache.curator.version>
|
||||
<apache.curator.version>4.1.0</apache.curator.version>
|
||||
<apache.curator.test.version>2.12.0</apache.curator.test.version>
|
||||
<avatica.version>1.10.0</avatica.version>
|
||||
<calcite.version>1.17.0</calcite.version>
|
||||
|
|
Loading…
Reference in New Issue