Files
Jose Antonio Iñigo GarridoandSoby Chacko 14f3f5c600 kafka-e2e-sample
fixed readme

updated e2e Kotlin sample and version upgrade to Horsham

updgraded Kotlin to 1.3.31
2019-06-11 18:43:33 -04:00

18 lines
720 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>kafka-e2e-kotlin-sample</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>kafka-e2e-kotlin-sample</name>
<description>e2e Kafka Kotlin Sample</description>
<modules>
<module>customer-service</module>
<module>order-service</module>
<module>shipping-service</module>
</modules>
</project>