Skip to content

Commit 298b240

Browse files
committed
Exclude org.glassfish.jaxb from spring-ws-core
The `spring-integration-ws` modules relies on the `com.sun.xml.bind:jaxb-impl` as `provided` dependency
1 parent 4be99de commit 298b240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ project('spring-integration-ws') {
10261026
api 'org.springframework:spring-webmvc'
10271027
api('org.springframework.ws:spring-ws-core') {
10281028
exclude group: 'org.springframework'
1029+
exclude group: 'org.glassfish.jaxb'
10291030
}
10301031

10311032
providedImplementation "com.sun.xml.bind:jaxb-impl:$jaxbVersion"

0 commit comments

Comments
 (0)