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
I'm integrating scalaxb into a project, so naturally I skipped to https://scalaxb.org/sbt-scalaxb and followed the instructions to integrate.
Those instructions mention to use the old net.databinder.dispatch dependency, plus they do not mention the "javax.xml.bind" % "jaxb-api" dependency which is required to compile the generated code.
I was able to piece it together by pulling the giterate template and looking for differences, but it would be great to have that dependency mentioned on the website, or if the website is not updated as frequently, make a note to check the g8 first as the example code on the site is out of date.
FWIW my versions that I got working (with some scalaxml evictions due to 1.x security issues):
Hi,
I'm integrating scalaxb into a project, so naturally I skipped to https://scalaxb.org/sbt-scalaxb and followed the instructions to integrate.
Those instructions mention to use the old net.databinder.dispatch dependency, plus they do not mention the "javax.xml.bind" % "jaxb-api" dependency which is required to compile the generated code.
I was able to piece it together by pulling the giterate template and looking for differences, but it would be great to have that dependency mentioned on the website, or if the website is not updated as frequently, make a note to check the g8 first as the example code on the site is out of date.
FWIW my versions that I got working (with some scalaxml evictions due to 1.x security issues):
Thanks
The text was updated successfully, but these errors were encountered: