madiharehman
3 years agoOccasional Contributor
Getting error while trying to run SoapUI tests using Maven
Hi, I am getting below error. searched the answers and hence added the depedencies in my pom.xml. The thing is when checked the URL from where it is downloading depedencies SoapUI is not mentione...
- 3 years ago
Can you please try with the below.
<repositories>
<repository>
<id>smartbear-soapui-repository</id>
<url>https://www.soapui.org/repository/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>smartbear-plugin-repository</id>
<url>https://www.soapui.org/repository/maven2</url>
</pluginRepository>
</pluginRepositories>