Wild guess here, but:
Try adding a src/main/resources/META-INF/services/javax.xml.ws.spi.Provider
file containing the value com.sun.xml.ws.spi.ProviderImpl
(note the lack of internal
in that package).
Make sure this file ends up in the META-INF
folder in the JAR of your built module.