Spring Framework Integration
The camunda-engine Spring framework integration is located inside the camunda-engine-spring
maven module and can be added to apache maven-based projects through the following dependency:
Please import the Camunda BOM to ensure correct versions for every Camunda project.
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-spring</artifactId>
</dependency>
The camunda-engine-spring
artifact should be added as a library to the process application.