dependencies {
implementation(group: 'org.springframework', name: 'spring-beans', version: '4.3.26.RELEASE')
// 1. Provides javax.jws.* (WebMethod, etc.)
implementation 'jakarta.jws:jakarta.jws-api:3.0.0'
compileOnly 'jakarta.jws:jakarta.jws-api:3.0.0'
// 2. Provides the missing javax.xml.ws.* (Service, etc.) packages safely on Java 21
implementation 'com.sun.xml.ws:jaxws-rt:3.0.2'
compileOnly 'jakarta.xml.ws:jakarta.xml.ws-api:3.0.1'
// Your platform BOM
implementation platform(group: 'com.citi.157514.comet', name: 'comet-bom', version: '9.4.0e_b1') {
exclude group: 'org.mockito'
exclude group: 'org.junit.jupiter'
exclude group: 'junit'
}
implementation(group: 'com.citi.156783.comet', name: 'CC_CPLSFW', version: '9.4.0e_b8')
implementation(group: 'com.citi.158825', name: 'emmaserver', version: '2.0_D0')
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)