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-de

Re: When to manage transitive dependencies

2012-11-21 Thread Barrie Treloar
ryo, which uses asm 4.x. This could be managed >> separately >> maybe, but it gets even more fun when one of my data processing >> dependencies >> uses groovy 2.x, which uses asm 4.x. >> >> >> >> -- >> View this message in context: >> http://m

Re: When to manage transitive dependencies

2012-11-21 Thread Ron Wheeler
d realtime processing (storm). Map/Reduce, with one of its hadoop libs, uses asm 3.x. Storm depends on kryo, which uses asm 4.x. This could be managed separately maybe, but it gets even more fun when one of my data processing dependencies uses groovy 2.x, which uses asm 4.x. -- View this mes

When to manage transitive dependencies

2012-11-21 Thread danehammer
one of my data processing dependencies uses groovy 2.x, which uses asm 4.x. -- View this message in context: http://maven.40175.n5.nabble.com/When-to-manage-transitive-dependencies-tp5732405.html Sent from the Maven - Users mailing list archive at Nabble.com. -