On Wed, Dec 14, 2011 at 3:17 PM, scabbage <[email protected]> wrote:
> I have a multi-module project with a parent pom and several sub-modules. In
> one of the module, I have a dependency that has a transitive dependency of
> spring (2.0.6). How do I go about having the rest of my project using Spring
> 3.0.6.RELEASE?

If you absolutely, positively, need two copies of spring, you need two
class loaders. This isn't to do with Maven, it's to do with Java.

You could look into OSGi or Sisu.

>
> Thanks.
>
>
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/Conflicting-Spring-versions-tp5075558p5075558.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to