camunda-bpm-correlate-axon-framework
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-axon-framework</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-axon-framework</artifactId> <version>1.0.1</version> <name>Extension / Ingress Adapter Axon Framework</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-parent/camunda-bpm-correlate-axon-framework/</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-parent/camunda-bpm-correlate-axon-framework</connection> <developerConnection>scm:git:git@github.com:holuda-io/camunda-bpm-correlate.git/bom/camunda-bpm-correlate-parent/camunda-bpm-correlate-axon-framework</developerConnection> <url>scm:git:git@github.com:holuda-io/camunda-bpm-correlate.git/bom/camunda-bpm-correlate-parent/camunda-bpm-correlate-axon-framework</url> </scm> <dependencies> <dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-spring-boot-starter</artifactId> <version>1.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.axonframework</groupId> <artifactId>axon-messaging</artifactId> <version>4.5.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.axonframework</groupId> <artifactId>axon-spring-boot-autoconfigure</artifactId> <version>4.5.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.camunda.commons</groupId> <artifactId>camunda-commons-typed-values</artifactId> <version>7.18.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.7.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.7.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.microutils</groupId> <artifactId>kotlin-logging-jvm</artifactId> <version>3.0.4</version> <scope>compile</scope> </dependency> </dependencies> </project>