Skip to content

Instantly share code, notes, and snippets.

@kungfoo
Created June 4, 2019 08:56
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/449f7a514111030501768b8a864384f4 to your computer and use it in GitHub Desktop.
Save kungfoo/449f7a514111030501768b8a864384f4 to your computer and use it in GitHub Desktop.
Pinning javassist/activation libraries for hibernate for modern JREs
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
compile group: 'javax.activation', name: 'activation', version: '1.1.1'
compile group: 'org.javassist', name: 'javassist', version: '3.23.1-GA'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment