Build from source failing again: missing sonar-spring dependency

Hi,

I previously reported an issue regarding missing dependencies (compliance-reports), which was resolved. However, since last week, I am running into a similar dependency resolution failure when trying to build from source.

The build is now failing to resolve org.sonarsource.sonarqube:sonar-spring.

Error log:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':sonar-application:shadowJar'.
> Could not resolve all dependencies for configuration ':sonar-application:runtimeClasspath'.
   > Could not find org.sonarsource.sonarqube:sonar-spring:1.0.0.72.
     Required by:
         project :sonar-application > project :server:sonar-webserver > project :server:sonar-webserver-webapi-v2
         project :sonar-application > project :server:sonar-webserver > project :server:sonar-webserver-core > project :server:sonar-webserver-api

It seems that org.sonarsource.sonarqube:sonar-spring:1.0.0.72 is not available in the public repositories.

Could you please check if this artifact needs to be published or if the build configuration needs adjustment for public access?

Thanks in advance.

i had the same problem but that library was added due to this , that dependency is external, fallback to tag 25.12.0.117093, i dotn see that dependency on it NO-JIRA Use external sonar-spring dependency from sonarqube-unificati… · SonarSource/sonarqube@07a4554 · GitHub

Hello,

Thanks for raising this.

org.sonarsource.sonarqube:sonar-spring:1.0.0.72 has been promoted, you should be able to build now.