File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
spring-restdocs-restassured Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies {
1111 api(" com.fasterxml.jackson.core:jackson-databind:2.9.5" )
1212 api(" com.samskivert:jmustache:$jmustacheVersion " )
1313 api(" commons-codec:commons-codec:1.10" )
14+ api(" jakarta.xml.bind:jakarta.xml.bind-api:2.3.3" )
1415 api(" javax.servlet:javax.servlet-api:3.1.0" )
1516 api(" javax.validation:validation-api:2.0.0.Final" )
1617 api(" junit:junit:4.12" )
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ dependencies {
1010 api(project(" :spring-restdocs-core" ))
1111 api(" io.rest-assured:rest-assured" ) {
1212 exclude group : " commons-logging" , module : " commons-logging"
13+ exclude group : " javax.xml.bind" , module : " jaxb-api"
1314 }
14-
15+ implementation( " jakarta.xml.bind:jakarta.xml.bind-api " )
1516 implementation(" org.springframework:spring-web" )
1617
1718 internal(platform(project(" :spring-restdocs-platform" )))
You can’t perform that action at this time.
0 commit comments