Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add datanucleus-api-jdo and datanucleus-rdbms
  • Loading branch information
dongjoon-hyun committed Apr 2, 2024
commit 71b64be21ac4d7385f0b6d5a30f755f1c5236214
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ package object client {
"org.apache.hive:hive-vector-code-gen"))

case object v4_0 extends HiveVersion("4.0.0",
extraDeps = Seq("org.apache.derby:derby:10.14.2.0"),
extraDeps = Seq("org.datanucleus:datanucleus-api-jdo:5.2.8",
"org.datanucleus:datanucleus-rdbms:5.2.10",
"org.apache.derby:derby:10.14.2.0"),
exclusions = Seq("org.apache.calcite:calcite-druid",
"org.apache.curator:*",
"org.apache.hive:hive-vector-code-gen"))
Expand Down