I am setting Quarkus DMN accelerator , when starting up in dev mode. getting this error --
When will maven artifacts will be available
[root@ZZZ bamoe]# mvn clean quarkus:dev
[INFO] Scanning for projects...
Downloading from central:
https://repo.maven.apache.org/maven2/com/ibm/bamoe/bamoe-bom/9.3.0-ibm-0007/bamoe-bom-9.3.0-ibm-0007.pom[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: com.ibm.bamoe:bamoe-bom:pom:9.
3.0-ibm-0007 (absent): Could not find artifact com.ibm.bamoe:bamoe-bom:pom:9.3.0-ibm-0007 in central (https://repo.maven.apache.org/maven2) @ line 34, column 19
[ERROR] 'dependencies.dependency.version' for com.ibm.bamoe:bamoe-ilmt-compliance-quarkus-dmoe:jar is missing. @ line 47, column 17
[ERROR] 'dependencies.dependency.version' for org.drools:drools-quarkus-decisions:jar is missing. @ line 53, column 17
[ERROR] 'dependencies.dependency.version' for org.drools:drools-quarkus-rules:jar is missing. @ line 57, column 17
[ERROR] 'dependencies.dependency.version' for org.kie.kogito:kogito-scenario-simulation:jar is missing. @ line 94, column 17
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.acme:my-bamoe-business-service:1.0.0-SNAPSHOT (/root/bamoe/pom.xml) has 5 errors
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: com.ibm.bamoe:bamoe-bom:pom:9.3.0-ibm-0007 (absent): Could not find artifact com.ibm.bamoe:bamoe-bom:pom:9.3.0-ibm-0007 in central (https://repo.maven.apache.org/maven2) @ line 34, column 19 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for com.ibm.bamoe:bamoe-ilmt-compliance-quarkus-dmoe:jar is missing. @ line 47, column 17
[ERROR] 'dependencies.dependency.version' for org.drools:drools-quarkus-decisions:jar is missing. @ line 53, column 17
[ERROR] 'dependencies.dependency.version' for org.drools:drools-quarkus-rules:jar is missing. @ line 57, column 17
[ERROR] 'dependencies.dependency.version' for org.kie.kogito:kogito-scenario-simulation:jar is missing. @ line 94, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]------------------------------
George Varghese
------------------------------