hi I was wondering whether anyone knows of a way to order which dependencies get called first. The issue I have is that I am including geronimo jaxws spec 2.2, but the jre version of javax.xml.ws.Service is being picked up instead of the dependency version. I tried putting the dependency first on the dependency list and tried dependency-management to no success (maybe I am using it wrong). When in eclipse i can tell it to pick up the jars in maven dependencies first, but i don't know how to do that in maven.
Many thanks.