Skip to content

Instantly share code, notes, and snippets.

@kungfoo
Created June 4, 2019 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kungfoo/ad2f97bf858f2d95141edbfe76b30ec7 to your computer and use it in GitHub Desktop.
Save kungfoo/ad2f97bf858f2d95141edbfe76b30ec7 to your computer and use it in GitHub Desktop.
Adding all the dependencies for XML parsing/writing on a modern JRE
runtime group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
runtime group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0'
runtime group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0'
runtime group: 'javax.activation', name: 'activation', version: '1.1.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment