Open alexanderdean opened 10 years ago
See also: #15
Here is my hacky workaround for now:
.settings(
libraryDependencies ++= Seq(
Libraries.hadoopCore,
...
),
libraryDependencies ++= Seq(
Libraries.hpaste.exclude("org.apache.thrift", "thrift").exclude("org.apache.hadoop", "hadoop-core")) // Bad includes from HBase
)
Obviously only works if you have another hadoop-core
being added as a dependency in the first block.
Edit: I updated to:
val hpaste = "0.1.24"
and the unresolved deps went down to:
::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.apache.thrift#thrift;0.2.0: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
Requiring:
libraryDependencies ++= Seq(
Libraries.hpaste.exclude("org.apache.thrift", "thrift"))
news on this?
On a fresh SBT project including HPaste:
Details as follows: