1
0
mirror of synced 2026-08-04 17:27:13 +00:00

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
+1 -1
View File
@@ -22,7 +22,7 @@ dependencies {
testImplementation project(path: ':spring-security-core', configuration: 'tests')
testImplementation 'commons-codec:commons-codec'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'javax.xml.bind:jaxb-api'
testImplementation 'jakarta.xml.bind:jakarta.xml.bind-api'
testImplementation 'org.hamcrest:hamcrest'
testImplementation 'org.mockito:mockito-core'
testImplementation 'org.mockito:mockito-inline'