zeebe-process-test-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension</artifactId>
<version>8.9.13</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.camunda</groupId>
<artifactId>zeebe-process-test-extension</artifactId>
<version>8.9.13</version>
<name>Zeebe Process Test Extension</name>
<description>Annotation and extension for running process tests in an embedded test engine.</description>
<url>https://github.com/camunda/zeebe-process-test/zeebe-process-test-extension</url>
<licenses>
<license>
<name>Zeebe Community License v1.1</name>
<url>https://zeebe.io/legal/zeebe-community-license-1.1</url>
</license>
</licenses>
<developers>
<developer>
<name>Camunda Services GmbH</name>
<organization>Camunda Services GmbH</organization>
<organizationUrl>https://camunda.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:camunda/zeebe-process-test.git/zeebe-process-test-extension</connection>
<developerConnection>scm:git:git@github.com:camunda/zeebe-process-test.git/zeebe-process-test-extension</developerConnection>
<url>https://github.com/camunda/zeebe-process-test/zeebe-process-test-extension</url>
</scm>
<dependencies>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-engine</artifactId>
<version>8.9.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.9.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-client-java</artifactId>
<version>8.9.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-filters</artifactId>
<version>8.9.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-api</artifactId>
<version>8.9.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>6.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.18</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>6.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>camunda-nexus-release</id>
<url>https://artifacts.camunda.com/artifactory/zeebe-io/</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>camunda-nexus</id>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
</repository>
</repositories>
</project>