Skip to content

Conversation

@legart
Copy link

@legart legart commented Mar 26, 2020

@twogood
Copy link

twogood commented Jul 3, 2020

My workaround in build.gradle.kts until this is merged:

buildscript {
    dependencies {
        // Make wsdl2java work until https://github.com/nilsmagnus/wsdl2java/pull/108 is merged
        classpath("javax.xml.bind:jaxb-api:2.3.1")
        classpath("javax.xml.ws:jaxws-api:2.3.1")
        classpath("org.glassfish.jaxb:jaxb-runtime:2.3.2")
        classpath("org.glassfish.main.javaee-api:javax.jws:3.1.2.2")
        classpath("com.sun.xml.messaging.saaj:saaj-impl:1.5.1")
    }
}

@shalugin
Copy link

@nilsmagnus Is there some security issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants