JAXB deprecated from default Java classpath in later JVMs, but required for tests

This commit is contained in:
Will Gittoes 2019-03-01 10:49:49 +11:00
parent afc517f0c3
commit e6d593eabe
No known key found for this signature in database
GPG Key ID: 521026A02DB0BB42
1 changed files with 4 additions and 0 deletions

View File

@ -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'