Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ subprojects {
truthVersion = '1.4.0'
tcsVersion = '0.0.1'
hiveVersion = '2.3.2'
hypersqlVersion = '2.7.2'

// All Tsunami dependencies.
deps = [
Expand Down Expand Up @@ -93,6 +94,7 @@ subprojects {
tcs_common: "com.google.tsunami:tcs-common:${tcsVersion}",
tcs_proto: "com.google.tsunami:tcs-proto:${tcsVersion}",
hive: "org.apache.hive:hive-jdbc:${hiveVersion}",
hypersql:"org.hsqldb:hsqldb:${hypersqlVersion}",

// Test dependencies.
guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}",
Expand Down
1 change: 1 addition & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
runtime deps.mysql
runtime deps.postgresql
runtime deps.hive
runtime deps.hypersql
annotationProcessor deps.autovalue_annotation_processor

testCompile deps.guava_testlib
Expand Down