Hi there!
I'm trying to write a junit project and integrate the existing SoapUI project in it. Following the instructions on the Junit integration article on SoapUI.org -- https://www.soapui.org/test-automation/junit/junit-integration.html, i created a junit test. The jar file under /repository/maven2/eviware/soapui doesn't have any updates since version 4.5.1. So everytime i build my project i get a warning:
WARN [WsdlProject] Project 'XXXXXX' is from a newer version (5.2.0) of soapUI than this (4.5.1-SNAPSHOT) and parts of it may be incompatible or incorrect. Saving this project with this version of soapUI may cause it to function differently.
The execution eventually fails because 4.5.1 doesn't support JsonPath.
Has the eviware project moved? I do not see updates for any jars under eviware. All of them seem to be 4.5.1 or older.
Thanks
Amish Asher