redfish4ktc / maven-soapui-extension-plugin

This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
Apache License 2.0
45 stars 22 forks source link

4.5.2+ support: ban some dependencies #75

Closed redfish4ktc closed 10 years ago

redfish4ktc commented 10 years ago

Before 4.5.2, soapui pom does not declare any dependency, all declaration were done in the maven plugin pom Starting from 4.5.2, the soapui has moved to maven 3 so the soapui pom is now correct. SmartBear plugin poms declare exclusions for some dependencies managing graphical features not used in the plugin (for instance, embedded browser)

So we should ban this dependencies to be sure

redfish4ktc commented 10 years ago

Work done in the task-75-ban-some-dependencies branch and ready to be merged.

redfish4ktc commented 10 years ago

Merged into master. Fixed in 4.5.1.5