Re: When to manage transitive dependencies

2012-11-26 Thread danehammer
What do you mean by "plain dependency management"? At the end of the day, what else do you do to get dependencies available at runtime for dependencies not provided by your container? -- View this message in context: http://maven.40175.n5.nabble.com/When-to-manage-transitive-dependencies-tp5732

When to manage transitive dependencies

2012-11-21 Thread danehammer
I have two uberjars that I build with the maven-shade-plugin, we'll call them "batch" and "realtime". They have a set of common dependencies that I want to keep in sync (our data processing jars). But they have dependencies themselves that are completely different between these two jars runtimes. S