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 following classes were removed as part of JAXB from java 11
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
the following classes were removed as part of JAXB from java 11
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
<jaxb.version>2.3.0</jaxb.version>
javax.xml.bind jaxb-api ${jaxb.version} com.sun.xml.bind jaxb-core ${jaxb.version} com.sun.xml.bind jaxb-impl ${jaxb.version}http://jira.obrienlabs.cloud/browse/OBRIENLABS-18
The text was updated successfully, but these errors were encountered: