spring-zeebe-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.camunda</groupId> <artifactId>spring-zeebe-starter</artifactId> <version>8.5.18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.camunda.spring</groupId> <artifactId>spring-client-root</artifactId> <version>8.5.18</version> <relativePath>../..</relativePath> </parent> <!-- This module simply provides the new artifact under the old name --> <groupId>io.camunda</groupId> <artifactId>spring-zeebe-starter</artifactId> <name>[legacy] spring-zeebe-starter</name> <distributionManagement> <relocation> <groupId>io.camunda.spring</groupId> <artifactId>spring-boot-starter-camunda</artifactId> </relocation> </distributionManagement> </project>