Skip to content

Commit

Permalink
feat: add deps of hive-jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
W0ngL1 committed May 25, 2024
1 parent db286cd commit a8064e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ subprojects {
mockitoVersion = '5.12.0'
truthVersion = '1.4.0'
tcsVersion = '0.0.1'
hiveVersion = '2.3.2'

// All Tsunami dependencies.
deps = [
Expand Down Expand Up @@ -89,6 +90,7 @@ subprojects {
snakeyaml: "org.yaml:snakeyaml:${snakeyamlVersion}",
tcs_common: "com.google.tsunami:tcs-common:${tcsVersion}",
tcs_proto: "com.google.tsunami:tcs-proto:${tcsVersion}",
hive: "org.apache.hive:hive-jdbc:${hiveVersion}",

// Test dependencies.
guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}",
Expand All @@ -104,6 +106,7 @@ subprojects {
// Resolving conflicting NameResolverProvider from grpc-core.jar and
// grpc-netty-shaded.jar, https://github.com/grpc/grpc-java/issues/10853
shadowJar {
zip64 true
mergeServiceFiles()
}

Expand Down
1 change: 1 addition & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
compile deps.truth
runtime deps.mysql
runtime deps.postgresql
runtime deps.hive
annotationProcessor deps.autovalue_annotation_processor

testCompile deps.guava_testlib
Expand Down

0 comments on commit a8064e2

Please sign in to comment.