camunda-bpm-correlate-cockpit-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-cockpit-plugin</artifactId> <version>1.3.0</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-cockpit-plugin</artifactId> <version>1.3.0</version> <name>Extension / Cockpit plugin</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-cockpit-plugin/</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-cockpit-plugin</connection> <developerConnection>scm:git:git@github.com:holuda-io/camunda-bpm-correlate.git/bom/camunda-bpm-correlate-parent/camunda-bpm-correlate-cockpit-plugin</developerConnection> <url>scm:git:git@github.com:holuda-io/camunda-bpm-correlate.git/bom/camunda-bpm-correlate-parent/camunda-bpm-correlate-cockpit-plugin</url> </scm> <dependencies> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine</artifactId> <version>7.19.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.camunda.bpm.springboot</groupId> <artifactId>camunda-bpm-spring-boot-starter</artifactId> <version>7.19.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.camunda.bpm.webapp</groupId> <artifactId>camunda-webapp</artifactId> <version>7.19.0</version> <classifier>classes</classifier> <scope>provided</scope> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>6.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.holunda</groupId> <artifactId>camunda-bpm-correlate-spring-boot-starter</artifactId> <version>1.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.13.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.8.22</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>