dependencies {
// Bridges the missing javax.jws.* packages on Java 21 for Spring 5.x
implementation 'jakarta.jws:jakarta.jws-api:3.0.0'
implementation 'jakarta.xml.ws:jakarta.xml.ws-api:3.0.1'
// If your code also requires the runtime implementation of those web services:
runtimeOnly 'com.sun.xml.ws:jaxws-rt:3.0.2'
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)