File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
spring-boot-starters/spring-boot-starter-web-services Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1516,7 +1516,7 @@ bom {
1516
1516
]
1517
1517
}
1518
1518
}
1519
- library(" SAAJ Impl" , " 1.5.1 " ) {
1519
+ library(" SAAJ Impl" , " 1.5.2 " ) {
1520
1520
group(" com.sun.xml.messaging.saaj" ) {
1521
1521
modules = [
1522
1522
" saaj-impl"
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ dependencies {
8
8
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
9
9
api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-web" ))
10
10
api(" com.sun.xml.messaging.saaj:saaj-impl" )
11
- api(" jakarta.xml.ws:jakarta.xml.ws-api" )
11
+ api(" jakarta.xml.ws:jakarta.xml.ws-api" ) {
12
+ exclude group : " jakarta.activation" , module : " jakarta.activation-api"
13
+ }
12
14
api(" org.springframework:spring-oxm" )
13
15
api(" org.springframework.ws:spring-ws-core" )
14
16
}
You can’t perform that action at this time.
0 commit comments