https://rapi.tools.ops.smartbear.io/maven2/ not available
I am trying to do some automation and while doing so I am trying to do a mvn clean install. I am getting below error: Failed to collect dependencies at com.smartbear.soapui:soapui-maven-plugin:jar:5.6.0: Failed to read artifact descriptor for com.smartbear.soapui:soapui-maven-plugin:jar:5.6.0: Could not transfer artifact com.smartbear.soapui:soapui-project:pom:5.6.0 from/to soapui-repo (https://rapi.tools.ops.smartbear.io/maven2😞 transfer failed for https://rapi.tools.ops.smartbear.io/maven2/com/smartbear/soapui/soapui-project/5.6.0/soapui-project-5.6.0.pom, status: 503 Service Temporarily Unavailable -> [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/DependencyResolutionException When checked the nexus repository there is nohttps://rapi.tools.ops.smartbear.io/nexus/content/groups/public/maven2 folder. Could someone please help to create that structure. Thanks, Santanu624Views0likes3CommentsSwagger-jersey2-jaxrs dependencies deathlock
I would like to use https://mvnrepository.com/artifact/io.swagger/swagger-jersey2-jaxrs/1.6.2 in our project. However we got some dependency issues which seems to be due to wrong backward compatibility of swagger parts. swagger-jersey2-jaxrs v1.6.2 requires dependency on https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart in version 2.25.1. We do use multipart in version 2.29.1 but seems it is not compatible when using swagger-jersey2-jaxrs. Latest version of multipart is 3.0.0. Are there some insights of upgrading this dependency? Thank you