Re: Very old dependencies and solutions
Thanks Stephan, problem solved. here is my configuration org.apache.maven.plugins maven-shade-plugin 2.4.3 package shade my.main.class
Re: Very old dependencies and solutions
Hi! A lot of those dependencies are pulled in by Hadoop (for example the configuration / HTTP components). In 1.0-SNAPSHOT, the HTTP components dependency has been shaded away in Hadoop, so it should not bother you any more. One solution you can always do is to "shade" your dependencies in your