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 JAXB APIs are used for marshaling Java objects to/from XML and this library is no longer packaged with the Java Runtime. 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 older artifacts (javax.xml.bind:jaxb-api and com.sun.xml.bind:jaxb-impl) as both of these libraries have migrated to the Eclipse foundation.
The text was updated successfully, but these errors were encountered:
tkvangorder
changed the title
Recipe to add JAXB dependencies to a build.
Recipe to add JAXB Dependencies to a Build.
Jun 1, 2021
tkvangorder
changed the title
Recipe to add JAXB Dependencies to a Build.
Recipe to Add JAXB Dependencies to a Build.
Jun 1, 2021
The JAXB APIs are used for marshaling Java objects to/from XML and this library is no longer packaged with the Java Runtime. 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 older artifacts (
javax.xml.bind:jaxb-api
andcom.sun.xml.bind:jaxb-impl
) as both of these libraries have migrated to the Eclipse foundation.The text was updated successfully, but these errors were encountered: