mirror of
https://gitcode.com/gh_mirrors/on/onvif.git
synced 2025-12-30 05:22:27 +00:00
6 lines
237 B
Groovy
6 lines
237 B
Groovy
ext {
|
|
cxfVersion='4.1.0' // In version above 4.0.1, JaxwsNotificationBroker has changed so that there is no setAddress method
|
|
cxfXjcRuntimeVersion='4.1.0' // cxf-xjc-runtime has a lower latest version than the other cxf libs
|
|
}
|
|
|