Re: Very old dependencies and solutions

2016-02-18 Thread Andrew Ge Wu
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

2016-02-18 Thread Stephan Ewen
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