nilsmagnus / wsdl2java

Gradle plugin for generating java source from wsdl files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conflict with other jaxb version?

Monax111 opened this issue · comments

commented

I have a kotlin project. In this project i plugin use no.nils.wsdl2java for generate source code. This scan for successful build. Then i add my custom plugin, and after this build faled . I think problem with version of some dependency for jaxb. I create demo project. Now I am carefully examining the scans, and can't understand, wich dependency is a problem? I see same dependency for configuration wsdl2java, for jaxb and jakarta group. The important difference is only in the build-dependencies for search "jaxb". With my plugin i see 3 new dependency. I don't understand how can new dependency make build fail ?