ciscoo / cxf-codegen-gradle

Gradle plugin to generate Java artifacts from WSDL
Apache License 2.0
26 stars 6 forks source link

Use CXF BOM for managing dependency versions in cxfCodegen configuration #67

Closed ciscoo closed 1 year ago

ciscoo commented 1 year ago

There is some obscure error when invoking wsdl2js tasks where some dependencies are not defined. Additionally, the Maven plugin doesn't use the BOM anyways and instead specifies the version as the plugin currently does. So, there's no immediate benefit to using the BOM.