I am developing my app, using Spring v3. Now I have included another module (using Maven), which, in turn, depends on Spring v4. While my app and this module work perfectly fine, when booted separately, cooperation just fails.
Is it possible to combine my app with this module somehow, resulting in two different version of Spring bundled into resulting app?