mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Add explicit reference to JAXB.
This commit is contained in:
parent
57fb63940f
commit
594fca9d3f
@ -125,6 +125,9 @@ dependencies {
|
||||
compile "org.hibernate:hibernate-core:$hibernate_version"
|
||||
|
||||
compile group: "io.github.classgraph", name: "classgraph", version: class_graph_version
|
||||
|
||||
// JDK 11 (https://stackoverflow.com/questions/52502189/java-11-package-javax-xml-bind-does-not-exist)
|
||||
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
|
||||
}
|
||||
|
||||
// TODO Consider moving it to quasar-utils in the future (introduced with PR-1388)
|
||||
|
Loading…
Reference in New Issue
Block a user