Camunda setup error using Springboot application

Hi,

I am setting up a Camunda process engine using Springboot application.
I am using the start.camundas.com to download the pom.xml

But when using a http connector, I faced some issues. A person in the form asked me to add the below dependecies:

<dependency>
  <groupId>org.camunda.connect</groupId>
  <artifactId>camunda-connect-core</artifactId>
</dependency>
<dependency>
  <groupId>org.camunda.connect</groupId>
  <artifactId>camunda-connect-http-client</artifactId>
</dependency>
<dependency>
  <groupId>org.camunda.connect</groupId>
  <artifactId>camunda-connect-soap-http-client</artifactId>
</dependency>
<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-engine-plugin-connect</artifactId>
</dependency>

But while building the maven. I am getting the below error.

  • [ERROR] Some problems were encountered while processing the POMs:

The error message in your post is cut off. Your POM is invalid and your IDE is likely showing you hints. You can share the POM if you want us to have a look.

If you are ok with Java/Spring then I would recommend not to use the connector (limited test-ability and flexibility) and instead use this approach: rest-service-task-spring