5.2.1
BTW, after executed maven clean and compile, I tried to execute "package" item in Maven Projects panel in intellij. It shows error.
...
ERROR] C:\code\intellij-soapui-sourcecode\abs-soapui\soapui\src\main\java\com\eviware\soapui\support\components\EnabledWebViewBasedBrowserComponent.java:379: Undefined reference: void javafx.application.Platform.runLater(Runnable)
[ERROR] C:\code\intellij-soapui-sourcecode\abs-soapui\soapui\src\main\java\com\eviware\soapui\support\components\EnabledWebViewBasedBrowserComponent.java:382: Undefined reference: void javafx.scene.web.WebEngine.loadContent(String)
[ERROR] C:\code\intellij-soapui-sourcecode\abs-soapui\soapui\src\main\java\com\eviware\soapui\SoapUI.java:267: Undefined reference: void javafx.application.Platform.setImplicitExit(boolean)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.719s
[INFO] Finished at: Fri Oct 07 10:16:06 PDT 2016
[INFO] Final Memory: 18M/717M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.9:check (default-cli) on project soapui: Signature errors found. Verify them and put @IgnoreJRERequirement on them. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Process finished with exit code 1