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

soapui maven plugin 4.5.1: missing guava dependency #62

Closed redfish4ktc closed 11 years ago

redfish4ktc commented 11 years ago

See this post in the soapui forum. The post notice the issue for the pro plugin,but the dependency is also missing in SmartBear OSS implementation too. As maven-soapui-extension-plugin rely on maven-soapui-pro-plugin (SmartBear PRO plugin), it also have the issue.

redfish4ktc commented 11 years ago

The post suggests to use guava 12.0. Here we fix the issue by adding guava 11.0 as this is the version used in Soapui and Soapui Pro GUI

redfish4ktc commented 11 years ago

Fix in branch bug-62-missing-guava-dependency, ready to be merged into master

redfish4ktc commented 11 years ago

Merged into master Fixed in 4.5.1.4