I'm using the RI implementation of JSF, and using shale-test too. But Shale-test uses another JSF implementation, the MyFaces. And the two implementation obviously has classes with identical names.
How can I manage conflicts like this? Is it correct to change the pom.xml of shale to don't get the myfaces? I think no, because all developers of my team would to do this...and the goal of maven is the distributed development. In case of jars conflicts, how to solve this in a automatic way to all developers don't need to change their originally local repositories? Thanks.
