JAXB deprecated from default Java classpath in later JVMs, but required for tests
This commit is contained in:
parent
afc517f0c3
commit
e6d593eabe
|
@ -40,6 +40,10 @@ dependencies {
|
|||
|
||||
testCompile group: 'org.hibernate', name: 'hibernate-core', version: '5.0.0.Final'
|
||||
testCompile group: 'com.h2database', name: 'h2', version: '1.4.197'
|
||||
testCompile "javax.xml.bind:jaxb-api:2.2.11"
|
||||
testCompile "com.sun.xml.bind:jaxb-core:2.2.11"
|
||||
testCompile "com.sun.xml.bind:jaxb-impl:2.2.11"
|
||||
testCompile "javax.activation:activation:1.1.1"
|
||||
|
||||
latestDepTestCompile group: 'org.hibernate', name: 'hibernate-core', version: '5.+'
|
||||
latestDepTestCompile group: 'com.h2database', name: 'h2', version: '1.4.197'
|
||||
|
|
Loading…
Reference in New Issue