Trying to deploy using maven, using 2023.2 on a linux machine, I get the error:
Could not resolve dependencies for project com.company:gettingstarted-bdm-model:jar:0.0.1: Failure to find org.bonitasoft.engine:bonita-bdm-parser:jar:9.0.0 in https://repo.maven.apache.org/maven2
Checking https://repo.maven.apache.org/maven2/org/bonitasoft/engine/ I can see that indeed the dependency is not there. Is there another repo I should be using?
Thanks