Files
2021-02-09 20:45:30 -05:00

21 lines
961 B
XML

<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>schema-registry-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>schema-registry-samples</name>
<description>Schema Registry Samples</description>
<modules>
<module>schema-registry-vanilla-kafka-binder</module>
<module>schema-registry-vanilla-rabbit-binder</module>
<module>schema-registry-confluent</module>
<module>schema-registry-confluent-avro-serializer</module>
<module>kafka-streams-schema-evolution</module>
<module>spring-schema-registry-kafka-standalone</module>
</modules>
</project>