tet123/debezium-storage/pom.xml
2022-10-14 11:26:32 +00:00

20 lines
739 B
XML

<?xml version="1.0"?>
<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">
<parent>
<groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId>
<version>2.0.0.Final</version>
<relativePath>../debezium-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>debezium-storage</artifactId>
<name>Debezium Storage Module</name>
<packaging>pom</packaging>
<modules>
<module>debezium-storage-kafka</module>
<module>debezium-storage-file</module>
</modules>
</project>