You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JAX-WS API is used for creating soap-based services and clients. This library is no longer packaged with the Java Runtime and this recipe will ensure the proper external dependencies are added to an existing Maven build.
The two dependencies that are added (if a project uses JAXB) are:
The JAX-WS API is used for creating soap-based services and clients. This library is no longer packaged with the Java Runtime and this recipe will ensure the proper external dependencies are added to an existing Maven build.
The two dependencies that are added (if a project uses JAXB) are:
This recipe will also remove an older artifact (javax.xml.ws:jaxws-api) as it is now superseded by the jakarta library.
The text was updated successfully, but these errors were encountered: