<dependency>
<groupId>org.camunda.community.migration</groupId>
<artifactId>camunda-7-adapter</artifactId>
<version>0.10.3</version>
</dependency>
@Grapes(
@Grab(group='org.camunda.community.migration', module='camunda-7-adapter', version='0.10.3')
)
<dependency org="org.camunda.community.migration" name="camunda-7-adapter" rev="0.10.3" />
<parent> <groupId>org.camunda.community.migration</groupId> <artifactId>camunda-7-to-8-migration</artifactId> <version>0.10.3</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- io.camunda:spring-boot-starter-camunda-sdk
|-- org.camunda.bpm:camunda-engine-spring
|-- org.camunda.bpm:camunda-external-task-client-spring
|-- jakarta.xml.bind:jakarta.xml.bind-api
test