Hello all,I am trying to express a dependency on two different versions of the same module e.g.
<dependencies> <dependency name="MySdk" rev="4.5.1067" conf="build->default"/> <dependency name="MySdk" rev="4.6.1029" conf="build->default"/> </dependencies>Obviously this results in 4.5.1067 being evicted, however I require both versions of the library for my build to succeed.
Can anyone suggest a way to solve this? Many thanks Jonathan Oulds