Description
I recently had a build fail because hbase-rest ran into some issue getting the transitive dependencies for hbase-server. The failure was because hbase-rest needs jetty-sslengine but was getting it transitively. looking at dependency:analyze, we have lots of places where we're doing this.
Clean up cases where our pom doesn't list direct dependencies for modules.