camunda-bpm-datapool-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.holunda.taskpool</groupId> <artifactId>camunda-bpm-datapool-core</artifactId> <version>2.1.8</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>io.holunda.taskpool</groupId> <artifactId>camunda-bpm-datapool-root</artifactId> <version>2.1.8</version> </parent> <artifactId>camunda-bpm-datapool-core</artifactId> <name>datapool/${project.artifactId}</name> <dependencies> <dependency> <groupId>io.holunda.taskpool</groupId> <artifactId>camunda-bpm-datapool-api</artifactId> </dependency> <dependency> <groupId>io.holunda.taskpool</groupId> <artifactId>camunda-bpm-datapool-event</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.axonframework</groupId> <artifactId>axon-eventsourcing</artifactId> </dependency> <dependency> <groupId>org.axonframework</groupId> <artifactId>axon-spring</artifactId> </dependency> <!-- DOM4J for upcasters --> <dependency> <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> <version>2.1.3</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.axonframework</groupId> <artifactId>axon-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>