camunda-license-check-2.9.0 not accessible in maven repo

Hi,

in our maven builds, we’re downloading Camunda 7 jars from JFrog (with proper authorization ofc). This has stopped working recently. We’re now getting a 401 error (Unauthorized) on org.camunda.bpm:camunda-license-check:pom:2.9.0 . Everything else (i.e. camunda-bpm-spring-boot-starter-webapp-ee:7.24.4-ee and its dependencies) still works.

Can someone check what’s wrong there please?

Thanks,

Peter

Hi @pco,

Please ensure you have configured the Maven repository https://artifacts.camunda.com/artifactory/private/ in your settings.xml:

Best,
Tassilo

That was it, we were still using an outdated URL. With the …/private it’s working again now.

Thanks!