Forum Discussion

dstricks's avatar
dstricks
New Contributor
9 years ago

Cannot resolve com.smartbear.utils.analytics:analytics-core:jar:5.2.0-os

I just cloned the soapui project from GitHub, and attempted to build (i.e. mvn clean install). It failed with the following error:

 

[ERROR] Failed to execute goal on project soapui: Could not resolve dependencies for project com.smartbear.soapui:soapui:jar:5.2.0-SNAPSHOT: The following artifacts could not be resolved: com.smartbear.utils.analytics:analytics-core:jar:5.2.0-os, com.smartbear.utils.analytics:out-app-analytics-provider:jar:5.2.0-os: Failure to find com.smartbear.utils.analytics:analytics-core:jar:5.2.0-os in http://www.soapui.org/repository/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of smartbear-sweden-repository has elapsed or updates are forced -> [Help 1]

 

A quick check reavealed the soapui maven repository (http://www.soapui.org/repository/maven2) may be missing the artifact com.smartbear.utils.analytics:analytics-core:jar:5.2.0-os which is listed inside of the ../soapui/soapui/pom.xml file.

 

Is it possible for someone from the soapui team to check this out or provide guidance, when time permits?