Description
htrace-core should shade its dependencies to avoid leaking them on to client CLASSPATH. This is particularly a problem with Hadoop. We do not want our versions of Guava and Jetty to fight with Hadoop's versions (and different versions of Hadoop have different ones.) Luckily, this can be fixed very easily just by shading our dependencies.