jeap-process-context-adapter-kafka
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-process-context-adapter-kafka</artifactId>
<version>27.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jeap-process-context-service</artifactId>
<groupId>ch.admin.bit.jeap</groupId>
<version>27.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeap-process-context-adapter-kafka</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-process-context-domain</artifactId>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-process-context-message</artifactId>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-messaging-infrastructure-kafka</artifactId>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-messaging-outbox</artifactId>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap.messagetype.jeap</groupId>
<artifactId>process-context-outdated-event</artifactId>
<version>${process-context-outdated-event.version}</version>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap.messagetype.jeap</groupId>
<artifactId>add-process-data-command</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>provided</scope>
</dependency>
<!-- test -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-messaging-infrastructure-kafka-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap.messaging.test.messagetype.jme</groupId>
<artifactId>jme-simple-test-event</artifactId>
<version>${jme-simple-test-event.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.admin.bit.jeap.messaging.test.messagetype.jme</groupId>
<artifactId>jme-declaration-created-event</artifactId>
<version>${jme-declaration-created-event.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>