dependencies {
// Force the exact version of spring-beans needed for XmlBeanFactory
// using a strict constraint block that bypasses the resolution engine
compileOnly('org.springframework:spring-beans') {
version { strictly '4.3.26.RELEASE' }
transitive = false
}
// Force the legacy JWS/WS namespaces without fetching their parent metadata
compileOnly('jakarta.jws:jakarta.jws-api:3.0.0') { transitive = false }
compileOnly('javax.xml.ws:jaxws-api:2.3.1') { transitive = false }
// Keep your standard project dependencies exactly as they are below...
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)