Despite that I have defined the related dependencies as I have added below, getting the java.lang.ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl
java.lang.ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl
It seems like you may need to include this dependency:
com.sun.xml.ws rt 2.2.10
Or (haven't checked it yet but should work) you may need to change the scope to import for POM dependency.
com.sun.xml.ws jaxws-rt 2.2.10 pom import