Forum Discussion

clau9185's avatar
clau9185
Occasional Visitor
4 years ago

Failed to collect dependencies at com.smartbear.soapui:soapui:jar:5.1.0:

Hi,

i'm having some problems trying to download soapui 5.1.0 from the repository http://www.soapui.org/repository/maven2/. I'm getting this error when executing mvn compile goal :

Downloading from smartbear-sweden-plugin-repository: http://www.soapui.org/repository/maven2/com/smartbear/soapui/soapui/5.1.0/soapui-5.1.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.437 s
[INFO] Finished at: 2020-04-29T09:47:36+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project TestSuiteJava: Could not resolve dependencies for project TestSuiteJava:jar:1.0: Failed to collect dependencies at com.smartbear.soapui:soapui:jar:5.1.0: Failed to read artifact descriptor for com.smartbear.soapui:soapui:jar:5.1.0: Could not transfer artifact com.smartbear.soapui:soapui:pom:5.1.0 from/to smartbear-sweden-plugin-repository (http://www.soapui.org/repository/maven2/): Authorization failed for http://www.soapui.org/repository/maven2/com/smartbear/soapui/soapui/5.1.0/soapui-5.1.0.pom 403 Forbidden -> [Help 1]

 I had added both repository and dependecy in the pom.xml like this:

<repository>
<id>smartbear-sweden-plugin-repository</id>
<url>http://www.soapui.org/repository/maven2/</url>
</repository>

 

<dependency>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui</artifactId>
<version>5.1.0</version>
</dependency>

 

Could someone please help me to found out what's happening? Because i have tried some many things and i can't fixed. I really would like to be able to download this dependecy from the repo and not adding it in my local storage.

 

No RepliesBe the first to reply