Skip to content

Commit

Permalink
Merge pull request #279 from harveyfeng/branch-0.9
Browse files Browse the repository at this point in the history
get rid of hcatalog dependency
  • Loading branch information
rxin committed Feb 18, 2014
2 parents 9eddf44 + ec37657 commit 1961647
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions project/SharkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ object SharkBuild extends Build {
val excludeXerces = ExclusionRule(organization = "xerces")

// TODO(harvey): These should really be in a SharkHive project, but that requires re-organizing
// all of our settings. Should be done for v0.9.1.
// TODO(harvey): Exclude datanucleus
// all of our settings. Should be done for v0.9.1. Also, we might not need some
// of these jars.
val hiveArtifacts = Seq(
"hcatalog",
"hive-anttasks",
"hive-beeline",
"hive-cli",
Expand All @@ -90,9 +89,7 @@ object SharkBuild extends Build {
"hive-metastore",
"hive-serde",
"hive-service",
"hive-shims",
"webhcat-java-client",
"webhcat")
"hive-shims")
val hiveDependencies = hiveArtifacts.map ( artifactId =>
SHARK_ORGANIZATION % artifactId % HIVE_VERSION excludeAll(
excludeGuava, excludeLog4j, excludeServlet, excludeAsm, excludeNetty, excludeXerces)
Expand Down

0 comments on commit 1961647

Please sign in to comment.