Re: Help with transitive shading

2016-09-21 Thread Curtis Rueden
Hi James, > I want A's shaded classes to carry over to B. So, your A component shades all of guava 12? In that case, when you depend on A from B, B should also be able to depend on guava 16 with no conflict. That is the whole point of shading dependencies, right? I don't understand what you mea

Help with transitive shading

2016-09-16 Thread James Johansville
Hello, I'm having trouble with shading, haven't had any successful answers at my SO post at http://stackoverflow.com/questions/39521622/getting-maven-transitive-shading-to-work . I have a problem where I have 2 Maven projects, A and B. A depends on hbase-client which in turn depends on guava 12.