the dependency io.camunda.spring:spring-boot-starter-camunda has been relocated to io.camunda:spring-boot-starter-camunda-sdk.
The documentation says I need to add https://artifacts.camunda.com/artifactory/camunda-identity as a repository (actually “camunda-identity” is strange - why “identity”? - but I didn’t check if it works).
Will the dependency io.camunda:spring-boot-starter-camunda-sdk be available in future on Maven Central? It not, it would be quite annoying in various situations - especially in corporate environments.
thank you for tagging me. I already forwarded the request to the sdk team for a review.
I think the identity repository is not required as the sdk does not make use of it. But as spring-zeebe used it and it was added to the documentation there, it could be that there was a misunderstanding when internalizing the project.
I think the identity repository is not required as the sdk does not make use of it. But as spring-zeebe used it and it was added to the documentation there, it could be that there was a misunderstanding when internalizing the project.
Pretty much this. There is no dependency on the identity sdk anymore,
we can remove this from the docs.