Skip to content

Commit

Permalink
Update package.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Nov 21, 2020
1 parent 053974a commit 668db8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ package object client {
// Since HIVE-14496, Hive materialized view need calcite-core.
// For spark, only VersionsSuite currently creates a hive materialized view for testing.
case object v2_3 extends HiveVersion("2.3.7",
extraDeps = Seq("org.apache.zookeeper:zookeeper"),
extraDeps = Seq("org.apache.zookeeper:zookeeper:3.4.6"),
exclusions = Seq("org.apache.calcite:calcite-druid",
"org.apache.calcite.avatica:avatica",
"org.apache.curator:*",
Expand Down

0 comments on commit 668db8b

Please sign in to comment.