javax.xml.bind:jaxb-api -> jakarta.xml.bind:jakarta.xml.bind-api

Issue gh-10501
This commit is contained in:
Rob Winch
2022-01-18 17:16:29 -06:00
parent c67ee6f2a8
commit 04f3bbcefa
5 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ dependencies {
testImplementation 'io.projectreactor.netty:reactor-netty'
testImplementation 'io.rsocket:rsocket-transport-netty'
testImplementation 'javax.annotation:jsr250-api:1.0'
testImplementation 'javax.xml.bind:jaxb-api'
testImplementation 'jakarta.xml.bind:jakarta.xml.bind-api'
testImplementation 'ldapsdk:ldapsdk:4.1'
testImplementation('net.sourceforge.htmlunit:htmlunit') {
exclude group: 'commons-logging', module: 'commons-logging'