spring-boot-starter-camunda-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.camunda</groupId> <artifactId>spring-boot-starter-camunda-test</artifactId> <version>8.8.0-alpha4-rc1</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>spring-boot-starter-camunda-test</artifactId> <version>8.8.0-alpha4-rc1</version> <name>Spring Boot Starter Camunda Test Embedded</name> <description>This pom should be the parent of all specified modules. It defines all versions and provides plugins that are required for the child modules.</description> <url>https://github.com/camunda-community-hub/zeebe-process-test-root/spring-boot-starter-camunda-test-pom/spring-boot-starter-camunda-test/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>camunda</id> <name>Camunda Community</name> <organization>Camunda</organization> <organizationUrl>https://github.com/camunda</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:camunda/zeebe-process-test.git/spring-boot-starter-camunda-test-pom/spring-boot-starter-camunda-test</connection> <developerConnection>scm:git:git@github.com:camunda/zeebe-process-test.git/spring-boot-starter-camunda-test-pom/spring-boot-starter-camunda-test</developerConnection> <url>https://github.com/camunda/zeebe-process-test/spring-boot-starter-camunda-test-pom/spring-boot-starter-camunda-test</url> </scm> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>spring-boot-starter-camunda-test-common</artifactId> <version>8.8.0-alpha4-rc1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>zeebe-process-test-api</artifactId> <version>8.8.0-alpha4-rc1</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>zeebe-process-test-engine</artifactId> <version>8.8.0-alpha4-rc1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>6.1.14</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>6.1.14</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>6.1.16</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>