camunda-bpm-correlate-spring-cloud-stream
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-spring-cloud-stream</artifactId> <version>2025.06.1</version> </dependency>
<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.holunda</groupId> <artifactId>camunda-bpm-correlate-root</artifactId> <version>2025.06.1</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>camunda-bpm-correlate-spring-cloud-stream</artifactId> <packaging>jar</packaging> <name>camunda-bpm-correlate Extension / Ingress Adapter Spring Cloud Stream</name> <properties> <spring-cloud.version>2024.0.0</spring-cloud.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> <!-- FIXME: Remove as soon as spring fixes those issues --> <!-- https://github.com/spring-cloud/spring-cloud-function/issues/925 --> <!-- <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-function-context</artifactId> <version>3.2.5</version> </dependency> --> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.toolisticon.spring</groupId> <artifactId>spring-boot-conditions</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream</artifactId> </dependency> <!-- Kafka Support --> <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId> </dependency> <!-- Starter is provided --> <dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-spring-boot-starter</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <!-- Camunda is provided --> <dependency> <groupId>org.camunda.commons</groupId> <artifactId>camunda-commons-typed-values</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>