You can resolve this issue with local builds:
Clone core via SSH (no token)
Run:
mvn clean install
This installs core into your local Maven repository (~/.m2/repository
)
Now api and web can reference it in pom.xml
without touching GitLab or HTTP tokens.