Showroom-customer-onboarding

Hi,

I’d like to have a look at the github example for the insurance [GitHub - camunda-consulting/showroom-customer-onboarding: Showcases BPMN and DMN on Camunda by processign a car insurance application].
However following the instructions, I downloaded and ran mvn clean package

This produced the following output:

Downloading: https://repo.maven.apache.org/maven2/org/camunda/bpm/dmn/camunda-engine-dmn-bom/7.11.1_ee/camunda-engine-dmn-bom-7.11.1_ee.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact org.camunda.bpm:camunda-bom:pom:7.11.1_ee in camunda-bpm-nexus (https://app.camunda.com/nexus/content/groups/public) @ line 34, column 16
[ERROR] Non-resolvable import POM: Could not find artifact org.camunda.bpm.dmn:camunda-engine-dmn-bom:pom:7.11.1_ee in camunda-bpm-nexus (https://app.camunda.com/nexus/content/groups/public) @ line 41, column 16
[ERROR] 'dependencies.dependency.version' for org.camunda.spin:camunda-spin-dataformat-all:jar is missing. @ line 113, column 15
[ERROR] 'dependencies.dependency.version' for org.camunda.bpm:camunda-engine-plugin-spin:jar is missing. @ line 118, column 15
[ERROR] 'dependencies.dependency.version' for org.camunda.template-engines:camunda-template-engines-freemarker:jar is missing. @ line 125, column 15

I figured that this might be because of the reference to “_ee” in the POM (is this available for those on the community version?) so I removed this from here:

<properties>
    <camunda.version>7.11.1_ee</camunda.version>

and here:

<dependency>
    <groupId>org.camunda.bpm.springboot</groupId>
    <artifactId>camunda-bpm-spring-boot-starter-webapp_ee</artifactId>

I also updated the dependency versions that were missing for camunda-engine-plugin-spin, camunda-spin-dataformat-all & camunda-template-engines-freemarker from the maven repository but still no joy. Where am I going wrong here (is it that this is only available for enterprise edition users?)

Thanks,

Anthony

1 Like

Hi theHornet,

Did you make it?
I have the same issue!

Hi there,

No, I couldn’t, it was beyond my limited technical abilities, so I moved on to something else.

Well, just as information it is not about technical abilities limitations ;), I got confirmation that that GIT project only works for Entrerpise Edition… should explains why you had that ee in the pom which you tried to remove :slight_smile: