DEV Community

Query Filter
Query Filter

Posted on

docker114

dependencies {
    // These add the missing 'javax.xml.ws' packages back for Java 21 compilation
    implementation 'javax.xml.ws:jaxws-api:2.3.1'
    implementation 'javax.annotation:javax.annotation-api:1.3.2'

    // If you use SOAP/XML extensively, you may also need these:
    implementation 'javax.xml.bind:jaxb-api:2.3.1'
    implementation 'com.sun.xml.ws:jaxws-rt:2.3.1'
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)