activiti-cloud-acceptance-tests-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.activiti.cloud.acc</groupId> <artifactId>activiti-cloud-acceptance-tests-core</artifactId> <version>7.1.0.M6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.activiti.cloud.acc</groupId> <artifactId>activiti-cloud-acceptance-tests-dependencies</artifactId> <version>7.1.0.M6</version> <relativePath>../activiti-cloud-acceptance-tests-dependencies</relativePath> </parent> <artifactId>activiti-cloud-acceptance-tests-core</artifactId> <dependencies> <dependency> <groupId>org.activiti.cloud.api</groupId> <artifactId>activiti-cloud-api-process-model-impl</artifactId> </dependency> <dependency> <groupId>org.activiti.cloud.api</groupId> <artifactId>activiti-cloud-api-task-model-impl</artifactId> </dependency> <dependency> <groupId>org.activiti.cloud.acc</groupId> <artifactId>activiti-cloud-acceptance-tests-shared</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-reactor-netty</artifactId> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-transcoder</artifactId> <version>${batik.version}</version> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-codec</artifactId> <version>${batik.version}</version> </dependency> </dependencies> </project>