1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns="http://maven.apache.org/POM/4.0.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7 <modelVersion>4.0.0</modelVersion>
9 <groupId>de.juplo.kafka.outbox</groupId>
10 <artifactId>polling-outbox-parent</artifactId>
11 <version>polling-outbox-2-SNAPSHOT</version>
12 <packaging>pom</packaging>
13 <name>polling-outbox-parent</name>
14 <description>Simple example-implementation of the Polling-Outbox-Pattern</description>
17 <module>postage</module>
19 <module>delivery</module>