Where did camunda-h2-webapp, camunda-test-utils-testcontainers and other build dependencies go (building from github)?

Building distro-tomcat-docker 7.16.0 last worked ~Feb 25, 2026.

Fixing the defunct springsource repository didn’t help. Adding https://artifacts.camunda.com/artifactory/public/ as a repository doesn’t help either, and https://artifacts.camunda.com/artifactory/private/ is inaccessible (I believe the latter is enterprise-only anyway). The upstream artifacts have apparently just vanished.

Pointing to Maven doesn’t help either. Every version on https://mvnrepository.com/artifact/org.camunda.bpm/camunda-test-utils-testcontainers refers back to the Camunda artifactory which is missing the required artifacts, e.g.:

Note: this artifact is located at CamundaBPMrepository (https://artifacts.camunda.com/artifactory/camunda-bpm/ )

Hi @MartyMacGyver,

You are right - those artifacts have been removed from the public Camunda Artifactory. This is part of Camundas ongoing repository cleanup.

What is happening:

The camunda-test-utils-testcontainers and camunda-h2-webapp modules were moved to the Camunda Community Hub.

Solutions:

Option 1: Use the Community Hub versions

Check if these are available via the Camunda Community Hub Maven repository.

Option 2: Build from source

Clone and build these modules locally from the Camunda Community Hub GitHub repos.

Option 3: Replace with alternatives

For camunda-test-utils-testcontainers, you can use the standard Testcontainers library directly.

Let me know if you need help with the Community Hub setup!