soapui-pro / jasperreports dependency
Latest soapui-pro Maven pom seems to contain incorrect groupId for jasperreports dependency:
https://rapi.tools.ops.smartbear.io/nexus/content/groups/public/com/smartbear/soapui/soapui-pro/5.1.2/soapui-pro-5.1.2.pom
<dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>4.0.2</version>
</dependency>
This dependency is not found from maven central.
Correct groupId for 4.0.2 version is net.sf.jasperreports when searching jasperreports from maven central:
https://search.maven.org/search?q=g:net.sf.jasperreports%20AND%20a:jasperreports&core=gav
Also soapui-pro-5.1.2.pom required artifact net-components:netcomponents:jar:1.3.8a is missing from smartbear maven repository and central repository.
Could you please fix these problems in smartbear maven repo?