camunda-bpm-correlate-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-bom</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-bom</artifactId> <version>1.0.1</version> <packaging>pom</packaging> <name>POM / BOM</name> <description>A library for correlation of messages with processes running inside the Camunda 7 platform engine.</description> <url>https://github.com/holunda-io/camunda-bpm-correlate/bom/camunda-bpm-correlate-bom/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>jangalinski</id> <name>Jan Galinski</name> <organization>Holisticon AG</organization> <organizationUrl>https://holisticon.de</organizationUrl> <roles> <role>Product Owner</role> <role>Developer</role> </roles> </developer> <developer> <id>zambrovski</id> <name>Simon Zambrovski</name> <organization>Holisticon AG</organization> <organizationUrl>https://holisticon.de</organizationUrl> <roles> <role>Product Owner</role> <role>Developer</role> <role>Toolsmith</role> </roles> </developer> </developers> <scm> <connection>scm:git:git@github.com:holuda-io/camunda-bpm-correlate.git/bom/camunda-bpm-correlate-bom</connection> <developerConnection>scm:git:git@github.com:holuda-io/camunda-bpm-correlate.git/bom/camunda-bpm-correlate-bom</developerConnection> <url>scm:git:git@github.com:holuda-io/camunda-bpm-correlate.git/bom/camunda-bpm-correlate-bom</url> </scm> <distributionManagement> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <kotlin.version>1.7.21</kotlin.version> <java.version>11</java.version> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>camunda-bpm-correlate</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>camunda-bpm-correlate-spring-boot-starter</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>camunda-bpm-correlate-spring-cloud-stream</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>camunda-bpm-correlate-axon-framework</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-cockpit-plugin</artifactId> <version>${project.version}</version> </dependency> </dependencies> </dependencyManagement> </project>