Skip to content
Open

wip #683

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
4 changes: 3 additions & 1 deletion metacat-connector-hive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ dependencies {

api("org.apache.hive:hive-metastore")
api("org.apache.hive:hive-exec:${hive_version}:core@jar")
api("org.apache.hadoop:hadoop-core")
api("org.apache.hadoop:hadoop-core") {
exclude group: "com.amazonaws"
}
api("com.github.rholder:guava-retrying") {
exclude module: "guava"
}
Expand Down