* Removed jakarta.xml.ws-api from dependencies as version 3.0.1 is used internally by org.apache.cxf.services.wsn:cxf-services-wsn-core:4.0.0, and it is not required to be able to compile.

This commit is contained in:
richard-austin
2024-11-28 11:32:48 +00:00
parent 748a5762e7
commit c7856798cc

View File

@@ -59,7 +59,6 @@ dependencies {
implementation 'commons-codec:commons-codec:1.10'
implementation 'org.apache.commons:commons-lang3:3.4'
compileOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
compileOnly 'jakarta.xml.ws:jakarta.xml.ws-api:4.0.2'
implementation 'jakarta.jws:jakarta.jws-api:3.0.0'
implementation 'jakarta.xml.soap:jakarta.xml.soap-api:3.0.2'